Skip to content

Commit

Permalink
Clarify release steps
Browse files Browse the repository at this point in the history
  • Loading branch information
EcksDy committed Jan 6, 2024
1 parent a724cb8 commit bceb5e7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ Use `vX.<EVEN_NUMBER>.X` for releases and `vX.<ODD_NUMBER>.X-pre` for pre-releas
- [ ] Update the version in `package.json` to `X.X.X`.
- [ ] Run `npm install` to update the `package-lock.json`.
- [ ] Commit the changes and push to origin.
- [ ] Create a tag (without any message), and push it to origin.
- [ ] Create a tag (without any message):
- [ ] Named `vX.<EVEN_NUMBER>.X` for a regular release.
- [ ] Named `vX.<ODD_NUMBER>.X-pre` for a pre-release.
- [ ] Push it to origin.
- [ ] Verify that the `Publish` GitHub action has completed successfully.
- [ ] Navigate to [releases](https://github.com/EcksDy/vscode-env-switcher/releases).
- [ ] Verify that the `vX.X.X` release exists with the correct description from changelog.
Expand Down

0 comments on commit bceb5e7

Please sign in to comment.