Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 174 Bytes

RELEASE.md

File metadata and controls

9 lines (6 loc) · 174 Bytes

Release

The release CI job builds binaries and uploads them to Github release page.

Release is done by pushing a tag:

git tag 0.1.0 && git push origin 0.1.0