Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 350 Bytes

release.md

File metadata and controls

10 lines (9 loc) · 350 Bytes

Release

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