Skip to content

Commit

Permalink
Docs tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Jermolene committed Mar 10, 2024
1 parent e142245 commit 742162a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ Instructions for Windows 10 64-bit (updates for other OSs welcome).
2. Run `npm install --save`
2. Make a commit and push it
3. Check the build output in the GitHub Actions tab
3. Tag that commit with v#.#.#, the version number you just updated in package.json
4. Push that tag and a draft release will be created
3. Tag that commit with `git tag v0.0.21`, the version number you just updated in package.json
4. Push that tag with `git push v0.0.21` and a draft release will be created
5. Edit the draft release: add release notes, edit whatever else might need to be changed. Download its build files and test them
6. Switch the draft release to be a public release once it's tested and ready

Expand Down

0 comments on commit 742162a

Please sign in to comment.