You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
This discussion was created from the release v6.1.0.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
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 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.This discussion was created from the release v6.1.0.
Beta Was this translation helpful? Give feedback.
All reactions