Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 293 Bytes

release.md

File metadata and controls

9 lines (8 loc) · 293 Bytes

Release

  1. Move all the WIP changes under a new version in the changelog
  2. Increment the version in constants.py
  3. git commit with the message Mackup X.Y.Z
  4. git tag <version>
  5. git push
  6. git push --tags
  7. make release