dsaltares / fetch-gh-release-asset

Github Action to download an asset from a Github release
MIT License
113 stars 70 forks source link

consider publishing major release tags #57

Closed qrkourier closed 1 year ago

qrkourier commented 1 year ago

It's a convenient convention for GH Actions to publish a major release tag like v1 that provides reverse-compatible improvements to subscribers. Will you consider tagging your latest compatible releases with v1 to provide an alternative to subscribing to master and pinned releases?

dsaltares commented 1 year ago

Yes, we already have 1.1.0 as the latest published version.

There are newer changes that are not included. So in some issues I may have suggested pinning to master for the time being.

I'll release a new version with the current master soon.

qrkourier commented 1 year ago

Thank you for this Action. My hope is for a major release tag like v1. By subscribing to the major release tag in my workflows I can expect reverse-compatible changes to become available automatically. No need for me to re-pin the latest patch release, e.g. v1.1.1. This is the convention for many GH Actions.

dsaltares commented 1 year ago

https://github.com/dsaltares/fetch-gh-release-asset/releases/tag/1.1.1 Is released and is tagged with latest as well.