Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 681 Bytes

RELEASING.md

File metadata and controls

28 lines (17 loc) · 681 Bytes

Releasing python-geotiepoints

prerequisites: pip install loghub setuptools twine

  1. checkout master
  2. pull from repo
  3. run the unittests
  4. run loghub and update the CHANGELOG.md file:
loghub pytroll/python-geotiepoints -u <username> -st v1.1.6 -plg bug "Bugs fixed" -plg enhancement "Features added" -plg documentation "Documentation changes"

Don't forget to commit!

  1. Create a tag with the new version number, starting with a 'v', eg:
git tag v0.22.45

See semver.org on how to write a version number.

  1. push changes to github git push --follow-tags
  2. Verify travis tests passed and deployed sdist and wheel to PyPI