Skip to content

Commit 742162a

Browse files
committed
Docs tweaks
1 parent e142245 commit 742162a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ Instructions for Windows 10 64-bit (updates for other OSs welcome).
7373
2. Run `npm install --save`
7474
2. Make a commit and push it
7575
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
7878
5. Edit the draft release: add release notes, edit whatever else might need to be changed. Download its build files and test them
7979
6. Switch the draft release to be a public release once it's tested and ready
8080

0 commit comments

Comments
 (0)