Skip to content

Choose a tag to compare

@passcod passcod released this 14 Nov 15:57
v2.0.4
5ad31ce
  • 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.