Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 399 Bytes

RELEASING.md

File metadata and controls

12 lines (11 loc) · 399 Bytes

Release Procedure

  • Update CHANGES.rst (check git diff vOLD)
  • Check that GitHub CI is passing
  • Check that docs are building
  • Make a new git tag:
$ git tag -a vX.Y.Z -m 'Version X.Y.Z'
$ git push origin vX.Y.Z