matryer / moq

Interface mocking tool for go generate
http://bit.ly/meetmoq
MIT License
1.99k stars 126 forks source link

Start using semantic versioning #137

Closed Streppel closed 4 years ago

Streppel commented 4 years ago

Hey @matryer, first of all thank you, love your work here!

Have you thought about semver tagging the project for enhanced control over versions?

breml commented 4 years ago

I would like additionally to propose official releases of moq for easier installation. This process can be automated pretty well with https://github.com/goreleaser/goreleaser.

matryer commented 4 years ago

Yeah this is a good point—I’ll do this

On Wed, 2 Sep 2020 at 09:08, Lucas Bremgartner notifications@github.com wrote:

I would like additionally to propose official releases of moq for easier installation. This process can be automated pretty well with https://github.com/goreleaser/goreleaser.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/matryer/moq/issues/137#issuecomment-685430519, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAY2GYOWOONRUHO6OVEJDTSDX4PNANCNFSM4QSNW7OQ .

matryer commented 4 years ago

OK @Streppel @breml Check that out... we have some releases now https://github.com/matryer/moq/releases

breml commented 4 years ago

@matryer Thank you very much, this is really appreciated.