-
-
Notifications
You must be signed in to change notification settings - Fork 17
Home
P. L. Lim edited this page Dec 31, 2021
·
1 revision
- Finalize change log.
- Make sure the commit you will tag on does not have
[ci skip]
or[skip ci]
in its message. - Tag
main
with release tag:git tag -s "vX.Y.Z" -m "Tagging version vX.Y.Z"
- Push the tag and check "Release" action. If green, proceed. If not, fix the problem and re-tag. Make sure it gets on PyPI.
- Make a GitHub Release off the tag and publish it. Check Zenodo DOI to make sure it got pushed properly.
- Prepare change log for next release.
- Move open issues/PRs to next milestone. Close the release milestone.