Closed tgolsson closed 1 year ago
Release checklist:
[x] Upon needing a release, create a PR:
CHANGELOG.md
pyproject.toml
[x] Pull the new main, and tag it with git tag -a vNEW_VERSION COMMIT_HASH.
git tag -a vNEW_VERSION COMMIT_HASH
[ ] Push the tag with git push vNEW_VERSION
git push vNEW_VERSION
[ ] Make a new PR that adds back the "Unreleased" heading in the changelog.
Most already done before; this just fixes the date and version in the pyproject.toml
Release checklist:
[x] Upon needing a release, create a PR:
CHANGELOG.md
to ensure it contains all relevant changes.pyproject.toml
.[x] Pull the new main, and tag it with
git tag -a vNEW_VERSION COMMIT_HASH
.[ ] Push the tag with
git push vNEW_VERSION
[ ] Make a new PR that adds back the "Unreleased" heading in the changelog.
Most already done before; this just fixes the date and version in the pyproject.toml