Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 112 Bytes

RELEASE.md

File metadata and controls

4 lines (3 loc) · 112 Bytes

How to Release

  1. Create a release tag. (git tag v0.1.4)
  2. Push a release tag. (git push origin v0.1.4)