Skip to content

Commit e915f9f

Browse files
committed
docs: update deploy.md
1 parent 8fd7bd7 commit e915f9f

File tree

1 file changed

+6
-21
lines changed

1 file changed

+6
-21
lines changed

docs/development/deploy.md

Lines changed: 6 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -21,37 +21,22 @@ $ make ls
2121

2222
### Publish
2323

24-
This is only relevant for the maintainer of this repo, as access to publishing to VS Code Marketplace requires auth.
24+
_This section is only relevant for the **maintainer** of this repo, as access to publishing to VS Code Marketplace requires authorization._
2525

2626
See [Publish recipe][] for more detailed steps.
2727

28-
Store a token for Azure DevOps (for accessing VS Code Marketplace).
28+
Store a token for Azure DevOps - this only needs to be done once and grants access to publishing to VS Code Marketplace.
2929

3030
```sh
3131
$ make login
3232
```
3333

34-
Tag and push to GitHub and VS Code Marketplace.
34+
Tag and push to GitHub and VS Code Marketplace. For major, minor, or bug/patch levels respectively.
3535

3636
```sh
37-
$ make publish
37+
$ make publish-M
38+
$ make publish-m
39+
$ make publish-b
3840
```
3941

4042
[Publish recipe]: https://michaelcurrin.github.io/code-cookbook/recipes/other/vs-code-extensions/publish.html
41-
42-
### Tag
43-
44-
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

Comments
 (0)