Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 120 Bytes

RELEASE.md

File metadata and controls

8 lines (7 loc) · 120 Bytes

release instructions

$ git checkout main
$ git pull
$ git tag -a vx.y.z -m "vx.y.z"
$ git push origin vx.y.z