-
checkout main branch
-
pull from repo
-
run the unittests
-
run
loghub
and update theCHANGELOG.md
file:loghub pytroll/donfig --token $LOGHUB_GITHUB_TOKEN -st $(git tag --sort=-version:refname --list 'v*' | head -n 1) -plg bug "Bugs fixed" -plg enhancement "Features added" -plg documentation "Documentation changes" -plg backwards-incompatibility "Backward incompatible changes" -plg refactor "Refactoring"
Don't forget to commit!
- Create a tag with the new version number, starting with a 'v', eg:
git tag -a v0.22.45 -m "Version 0.22.45"
See semver.org on how to write a version number.
- push changes to github
git push --follow-tags
- Verify github action tests passed
- Create github release
- Verify deploy github workflow passes and package deployed to PyPI