codespell-project / actions-codespell

MIT License
74 stars 19 forks source link

Release v2 #66

Closed yarikoptic closed 1 year ago

yarikoptic commented 1 year ago

Please cut a new release so that fixes such as https://github.com/codespell-project/actions-codespell/pull/60 become available in a released form. Otherwise we are doomed to use @master version.

larsoner commented 1 year ago

https://github.com/codespell-project/actions-codespell/releases/tag/v2.0

hopefully it worked :)

per1234 commented 1 year ago

@larsoner please also create a v2 tag so that we can update our workflows to a reference that only pins the major version rather than having to pin all the way to v2.0.

The action's users will start getting Dependabot PRs for the bump to the new action version in our workflows so it would be nice if those were for a v1 -> v2 bump instead of a v1 -> v2.0 bump.

More information on the reason and use of the major version ref here: https://github.com/codespell-project/actions-codespell/issues/47

yarikoptic commented 1 year ago

well, if so, may be it should have been a v1.1 release (my bad to suggest jumping right to v2) and then v1 tag was updated? Then may be v1 could be a branch (inherently mutable) to follow tags within v1.x series -- I wonder how other actions organize that flow.

larsoner commented 1 year ago

Pushed a v2 that's the same as v2.0