softprops / action-gh-release

📦 :octocat: GitHub Action for creating GitHub Releases
MIT License
3.91k stars 440 forks source link

Add make_latest option #385

Closed kdmiltner closed 4 months ago

kdmiltner commented 10 months ago

When generating a release, the one option that's missing for automating releases for my use cases is make_latest. Can this be added as an inputs option to update an existing release tag to be marked as the latest?

For example, if the tag_name I input already exists, and make_latest is set to true, the functionality would update that release to be marked as the latest.

softprops commented 4 months ago

I believe this should be fixed in https://github.com/softprops/action-gh-release/pull/304