Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 3, 2025

This PR contains the following updates:

Package Type Update Change
ghalactic/github-release-from-tag action major v5v6

Release Notes

ghalactic/github-release-from-tag (ghalactic/github-release-from-tag)

v6

Compare Source

Added
Latest release management

This action can now manage when published releases are set as the latest
release
for the repo.

By default, releases created by this action will be marked as the latest release
if they are newly created, non-draft, stable releases. Other strategies for when
to set the latest release can be configured via the makeLatest action input or
configuration option. Strategies include:

  • if-new: Set the release as latest if it is newly created. This is the
    default strategy.
  • semver: Set the release as latest if it's a SemVer version greater than the
    current latest release.
  • legacy: Defer to GitHub's legacy behavior for choosing latest releases.
  • always: Always set the release as latest, even if it's not newly created.
  • never: Never set the release as latest.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant