-
Notifications
You must be signed in to change notification settings - Fork 329
Release checklist
Charles Pierce edited this page May 1, 2020
·
24 revisions
- Update ./RELEASES.md with a new entry. Add a bullet item for every user-facing PR that has been merged since the last release.
- Update ./Cargo.toml to have the new version in the
versionfield. - Commit this change with a commit message "v$version" where $version is the new version.
- Push and make sure CI passes.
- Once the version updates / release notes are merged into master, update your local copy
- Create a new tag, in the form v$VERSION:
git tag v0.8.0 - Push the new tag to the main repo:
git push upstream v0.8.0 - The CI process should build and create a draft release named
v$VERSION - Update the draft release, adding the release notes to the description.
- Click Publish
- Update
latest-versionin https://github.com/volta-cli/www to $VERSION (without the leading 'v')
curl -sSLf https://get.volta.sh | bash- open new terminal
-
volta versionshould report the new$VERSION