Skip to content
P. L. Lim edited this page Dec 21, 2021 · 4 revisions

How to release

  1. Finalize change log.
  2. Tag main with release tag: git tag -s "vX.Y.Z" -m "Tagging version vX.Y.Z"
  3. Push the tag and check "Release" action. If green, proceed. If not, fix the problem and re-tag.
  4. Make a GitHub Release off the tag and publish it. Check Zenodo DOI to make sure it got pushed properly.
  5. Prepare change log for next release.
  6. Move open issues/PRs to next milestone. Close the release milestone.
Clone this wiki locally