Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 220 Bytes

RELEASING.md

File metadata and controls

10 lines (7 loc) · 220 Bytes

Releasing

GoReleaser is used to publish teedy-cli.

The release is triggered by GitHub Actions when a tag is pushed.

git tag -a v0.2.0 -m "New Release"
git push origin v0.2.0