mdempsky / unconvert

Remove unnecessary type conversions from Go source
BSD 3-Clause "New" or "Revised" License
377 stars 26 forks source link

Tag v0.0.1 #60

Closed mcandre closed 1 year ago

mcandre commented 1 year ago

Can we please get some version tags pushed, to help pin this tool to a specific version?

As a workaround, users could cite a particular commit hash, but that's not as convenient as a version git tag.

mvdan commented 1 year ago

Personally I don't see the reason to - once you start tagging, you also have to tag regularly, otherwise "latest" lags behind. The tool works fine, and using a commit works too. See https://github.com/mdempsky/unconvert/issues/46.

mcandre commented 11 months ago

Commit hashes as versions, DevOps favorite meal.