Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 277 Bytes

RELEASE.md

File metadata and controls

9 lines (7 loc) · 277 Bytes

Project release process

This project can be released by creating and pushing an annotated tag to the repository. The tag should be named vX.Y.Z where X.Y.Z is the version number of the release.

git tag -a v1.0.0 -m "Release v1.0.0"
git push origin v1.0.0