Closed has2k1 closed 2 months ago
[x] Run tests and coverage locally
git switch main git pull origin/main make test make coverage
[x] The latest online documentation builds, be sure to browse
[x] Create a release branch
git switch -c release-v0.12.2
[x] Tag a pre-release version. These are automatically deployed on testpypi
testpypi
git tag -as v0.12.2a1 -m "Version 0.12.2a1" # e.g. 0.12.2a1, 0.12.2b1, 0.12.2rc1 git push -u origin release-v0.12.2
[x] Update changelog
nvim doc/changelog.rst git commit -am "Update changelog for release" git push
[x] Tag final version and release
git tag -as v0.12.2 -m "Version 0.12.2" git push
[x] Update main branch
main
git switch main git merge --ff-only release-v0.12.2 git push
[x] Create conda release
[x] Copy SHA256 hash. Click view hashes, for the Source Distribution (.tar.gz).
.tar.gz
[x] Update mizani-feedsock
cd ../mizani-feedstock git switch main git pull upstream main git switch -c v0.12.2 nvim recipe/meta.yaml git commit -am "Version 0.12.2" git push -u origin v0.12.2
[x] Add zenodo badge to the changelog.
[x] Run tests and coverage locally
[x] The latest online documentation builds, be sure to browse
[x] Create a release branch
[x] Tag a pre-release version. These are automatically deployed on
testpypi
[x] Update changelog
[x] Tag final version and release
[x] Update
main
branch[x] Create conda release
[x] Copy SHA256 hash. Click view hashes, for the Source Distribution (
.tar.gz
).[x] Update mizani-feedsock
[x] Add zenodo badge to the changelog.