- checkout master
- pull from repo
- run the unittests
- run
loghuband update theCHANGELOG.mdfile:
loghub pytroll/pyresample --token $LOGHUB_GITHUB_TOKEN -st v0.8.0 -plg bug "Bugs fixed" -plg enhancement "Features added" -plg documentation "Documentation changes"
This uses a LOGHUB_GITHUB_TOKEN environment variable. This must be created
on GitHub and it is recommended that you add it to your .bashrc or
.bash_profile or equivalent.
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 travis tests passed and deployed sdist and wheel to PyPI