Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 309 Bytes

HOW_TO_RELEASE.md

File metadata and controls

14 lines (10 loc) · 309 Bytes

How to release

  • Update CHANGELOG

  • Update VERSION in graphitesend/graphitesend.py

  • Update version in setup.py

    git checkout -b release/x.y.z git commit CHANGELOG graphitesend/graphitesend.py setup.py git tag -a git push --tags python setup.py sdist upload