Skip to content

Commit

Permalink
chore: adds initial RELEASE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
claymcleod committed Aug 16, 2024
1 parent 46eab1c commit 7f352ba
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Release

* [ ] Create the release commit:
* Bump the release number in `package.json`.
* Update the `CHANGELOG.md` with the new date (don't forget to add a new `##
Unreleased` section).
* Commit the changes with the message: `release: bumps the version to vX.Y.Z`.
* [ ] Tag this commit: `git tag vX.Y.Z && git push --tags`
* [ ] Create a release in GitHub and copy over the contents of the `CHANGELOG.md`
there
* [ ] Go to the Releases page in Github, create a Release for this tag, and
copy the notes from the `CHANGELOG.md` file.
* [ ] Run `vsce package` from the root directory to build the package.
* [ ] Run `vsce publish` from the root directory to build the package.
* You can navigate to https://dev.azure.com to generate a personal access
token when it asks for that.
* [ ] Ensure that the update successfully pushes to [the public download page].

[the public download page]:
https://marketplace.visualstudio.com/items?itemName=stjude-rust-labs.sprocket-vscode

0 comments on commit 7f352ba

Please sign in to comment.