File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -73,8 +73,8 @@ Instructions for Windows 10 64-bit (updates for other OSs welcome).
73
73
2 . Run ` npm install --save `
74
74
2 . Make a commit and push it
75
75
3 . Check the build output in the GitHub Actions tab
76
- 3 . Tag that commit with v#.#.# , the version number you just updated in package.json
77
- 4 . Push that tag and a draft release will be created
76
+ 3 . Tag that commit with ` git tag v0.0.21 ` , the version number you just updated in package.json
77
+ 4 . Push that tag with ` git push v0.0.21 ` and a draft release will be created
78
78
5 . Edit the draft release: add release notes, edit whatever else might need to be changed. Download its build files and test them
79
79
6 . Switch the draft release to be a public release once it's tested and ready
80
80
You can’t perform that action at this time.
0 commit comments