Releases: cargo-bins/release-pr
Releases · cargo-bins/release-pr
v2.1.3
v2
This tag will change to track the latest v2 release. If you want to ensure you're using a particular version, prefer full tags like v2.0.4.
v2.1.2
v2.1.1
What's Changed
Full Changelog: v2.1.0...v2.1.1
v2.1.0
- You can now opt in to do a dry run of the publish with
check-package: true
(#110)
v2.0.5
- Fix
base-branch
not getting read.
v2.0.4
- Breaking: remove
options-dependent-version
. That was fast! The proper way to set this is via cargo-release's config. Asupgrade
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.
v1.1.1
- New option:
options-dependent-version
lets you override the--dependent-version
option of cargo-release. - New mode: with
crate-release-all: true
, all crates in the workspace will be released at once. All crates must already have the same version: the action will refuse to proceed otherwise.
v1: stable tag for the v1 branch
This tag will change to track the latest v1 release. If you want to ensure you're using a particular version, prefer full tags like v1.0.0
.
v1.0.11
- Include a partial solution for #8 in the default template.