We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72da243 commit b62eca2Copy full SHA for b62eca2
1 file changed
README.md
@@ -67,8 +67,11 @@ To install into VSCode:
67
68
To check highlighting in VSCode: "Developer: Inspect Editor Tokens and Scopes"
69
70
-To publish a new version:
71
-
72
-```
73
-npm run publish
74
+### To publish a new version:
+
+1. Bump the `"version"` in [package.json](package.json)
+1. `npm install` to get that version into `package-lock.json` as well
+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