whyrusleeping / gx

A package management tool
MIT License
1.88k stars 110 forks source link

Make ReleaseCmd add a git tag #157

Open Stebalien opened 6 years ago

Stebalien commented 6 years ago

Specifically, I'd tag it with:

git tag -a "v$VERSION" -m "gx release published as $HASH"

To do this, we'll need:

whyrusleeping commented 6 years ago

Yeah, I really want this. @frrist proposed this back in december I remember.

dignifiedquire commented 6 years ago

This is even more important now that gomod is a thing, as it strongly relies on git tags for version information.

anacrolix commented 5 years ago

Lack of tags requires workarounds to use go.mod. A working example using Go modules requires some specific git revisions to work around missing tags in recent releases.