goreleaser / goreleaser-action

GitHub Action for GoReleaser
https://github.com/marketplace/actions/goreleaser-action
MIT License
833 stars 73 forks source link

feat: lock this major version of the action to use '~> v1' as 'latest' #461

Closed caarlos0 closed 1 month ago

caarlos0 commented 1 month ago

I'm planning on launching goreleaser v2 soon. It will have breaking changes. This instructs might prevent some of them... Also changes the default from latest to ~> v1. Later, when we launch goreleaserv2, we can change all of these to ~> v2 and tag a new major of the action as well.

wdyt @crazy-max ?

superseedes #459 closes #459