chore(deps): update ghalactic/github-release-from-tag action to v6 #92
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v5→v6Release Notes
ghalactic/github-release-from-tag (ghalactic/github-release-from-tag)
v6Compare 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
makeLatestaction input orconfiguration option. Strategies include:
if-new: Set the release as latest if it is newly created. This is thedefault strategy.
semver: Set the release as latest if it's a SemVer version greater than thecurrent 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.
This PR was generated by Mend Renovate. View the repository job log.