Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 161 Bytes

CONTRIBUTE.md

File metadata and controls

9 lines (7 loc) · 161 Bytes

CONTRIBUTE

Setup

  • Check out repository
  • Build locally: go build -o yace
  • Run ./yace

How to release

  • git tag v0.13.1-alpha && git push --tags