Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 196 Bytes

RELEASING.md

File metadata and controls

6 lines (5 loc) · 196 Bytes

Releasing

  1. Make sure CHANGELOG.md is up-to-date on main for the impeding release.
  2. git tag -a X.Y.X -m "Version X.Y.Z" (where X.Y.Z is the new version)
  3. git push --tags