Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 261 Bytes

RELEASING.md

File metadata and controls

6 lines (5 loc) · 261 Bytes

Releasing

  1. Update the CHANGELOG.md for the impending release.
  2. git commit -am "Prepare for release X.Y.Z." (where X.Y.Z is the new version)
  3. git tag -a X.Y.X -m "Version X.Y.Z" (where X.Y.Z is the new version)
  4. git push && git push --tags