MetaMask / action-publish-release

MIT License
13 stars 6 forks source link

Automate updating latest major version tag for each release #27

Closed rekmarks closed 3 years ago

rekmarks commented 3 years ago

As a convenience, maintainers of popular actions (e.g. actions/checkout) maintain a shorthand major version tag (e.g. v1) that points to the latest major version release. We recommend using this same shorthand for our release automation actions, but the tag has to be updated manually. We should automate the updating of this tag, which ought to be simple enough.

rekmarks commented 3 years ago

This was done in #28.