Skip to content

Commit b62eca2

Browse files
committed
Improve release instructions
1 parent 72da243 commit b62eca2

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,11 @@ To install into VSCode:
6767

6868
To check highlighting in VSCode: "Developer: Inspect Editor Tokens and Scopes"
6969

70-
To publish a new version:
71-
72-
```
73-
npm run publish
74-
```
70+
### To publish a new version:
71+
72+
1. Bump the `"version"` in [package.json](package.json)
73+
1. `npm install` to get that version into `package-lock.json` as well
74+
1. Commit the version bump ^
75+
1. `git push`
76+
1. `git tag NEW-VERSION-NUMBER && git push --tags`
77+
1. `npm run publish`

0 commit comments

Comments
 (0)