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
Breaking: remove options-dependent-version. That was fast! The proper way to set this is via cargo-release's config. As upgrade has become the default mode in cargo-release 0.22, this action no longer sets --dependent-version on the CLI, so it no longer needs an option to override it.
Cargo-release 0.23 support. The new support for running steps individually is taken advantage of if 0.23 or above is available. This further reduces the amount of overrides and restricted config this action sets.
Metadata: with the default configuration and the default template, we now write a short bit of JSON in a comment at the top of the PR body. This can be used by further actions to avoid parsing text or recomputing information.