Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 271 Bytes

NOTES.md

File metadata and controls

12 lines (8 loc) · 271 Bytes

Notes

Random tidbits that I need to remember for working on fflint

Releasing

GoReleaser uses tags to trigger releases:

git tag -a vMAJOR.MINOR.PATH -m "major.minor.patch optional description"
git push origin --tags