-
Notifications
You must be signed in to change notification settings - Fork 50
Release Checklist
Mark Grondona edited this page Sep 2, 2020
·
2 revisions
- Ensure
README.md
is up-to-date w.r.t. dependencies and the example usages - Run
src/test/relnotes.sh
, organize output into categories, and updateNEWS.md
with the release notes - Submit a PR with the
README.md
andNEWS.md
updates - Once the PR is merged, create and push an annotated tag with the version number
- For example:
git tag -a v0.11.0 -m "Tag v0.11.0" && git push origin v0.11.0
- For example:
- Once the Travis deploy pipeline has completed, ensure that the GitHub releases page and the Docker Hub tags page have been updated with the latest release
- Submit a PR to spack with the latest version and checksum
-
spack checksum flux-core 0.11.0
will generate a checksum for you
-
- Build new RPMs for TOSS
- See confluence for more details