You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to create a Git release without publishing to the Marketplace. Rather use the [Publish](#publish) step above.
45
-
46
-
```sh
47
-
$ make tag
48
-
```
49
-
50
-
That will do the following:
51
-
52
-
1. Run checks.
53
-
2. Build an extension file in the `build` directory.
54
-
3. Increment a minor tag version.
55
-
4. Push.
56
-
57
-
Then go into the [Releases](https://github.com/MichaelCurrin/auto-commit-msg/releases) section on GitHub, create a release from the tag and upload the built extension `.vsix` file to the binaries part.
0 commit comments