Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 590 Bytes

RELEASING.rst

File metadata and controls

12 lines (10 loc) · 590 Bytes

Releasing

Because I always forget how to do this for Python modules:

  1. Merge code changes into develop
  2. Use gitflow-pp script to run gitflow-pp.sh release start and specify the appropriate version to be released
  3. Update HISTORY.rst with the version to be released (and release notes, if not already done)
  4. Update setup.py with the version to be released
  5. Run gitflow-pp.sh release finish
  6. Verify that the git branching model looks sane
  7. Run gitflow-pp.sh push