Skip to content
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 update NEWS.md with the release notes
  • Submit a PR with the README.md and NEWS.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
  • 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