We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run tests and coverage locally
git switch main git pull origin/main git switch -c release-v0.9.1 make test make coverage
Verify online documentation
Create a release branch
git switch -c release-v0.9.1
Tag a pre-release version. These are automatically deployed on testpypi
testpypi
git tag -as v0.9.1a1 -m "Version 0.9.1a1" # e.g. 0.9.1a1, 0.9.1b1, 0.9.1rc1 git push
The latest online documentation builds, be sure to browse
Update changelog
nvim doc/changelog.rst git commit -am "Update changelog for release" git push
Tag final version and release
git tag -as v0.9.1 -m "Version 0.9.1" git push
Update main branch
main
git switch main git merge --ff-only release-v0.9.1 git push
Create conda release
sha256sum dist/*.tar.gz # copy hash
Update mizani-feedsock
cd ../mizani-feestock git switch main git pull upstream/main git switch -c 0.9.1 nvim recipe/meta.yml git commit -am "Version 0.9.1" git push -u origin 0.9.1
Create a PR
Complete PR (follow the steps and merge)
Add zenodo badge to the changelog.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Run tests and coverage locally
git switch main git pull origin/main git switch -c release-v0.9.1 make test make coverage
Verify online documentation
Create a release branch
Tag a pre-release version. These are automatically deployed on
testpypi
The latest online documentation builds, be sure to browse
Update changelog
nvim doc/changelog.rst git commit -am "Update changelog for release" git push
Tag final version and release
git tag -as v0.9.1 -m "Version 0.9.1" git push
Update
main
branchCreate conda release
Update mizani-feedsock
Create a PR
Complete PR (follow the steps and merge)
Add zenodo badge to the changelog.
The text was updated successfully, but these errors were encountered: