- Check and update
CHANGELOG.md
- Bump the version in
setup.py
- Stage changes
git add CHANGELOG.md setup.py
- Commit changes
git commit -m "Release v<NEW_VERSION>"
- Create tags
git tag -a v<NEW_VERSION> -m "Release v<NEW_VERSION>"
- Trigger the release
git push origin master --tags
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.