Recent Releases of https://github.com/cargo-bins/release-pr
https://github.com/cargo-bins/release-pr - 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.
- TypeScript
Published by NobodyXu almost 2 years ago
https://github.com/cargo-bins/release-pr - v2.1.3
What's Changed
- Fix
openDevNullWritableby @NobodyXu in https://github.com/cargo-bins/release-pr/pull/116
Full Changelog: https://github.com/cargo-bins/release-pr/compare/v2.1.2...v2.1.3
- TypeScript
Published by NobodyXu about 2 years ago
https://github.com/cargo-bins/release-pr - v2.1.2
What's Changed
- Reduce output of this action by @NobodyXu in https://github.com/cargo-bins/release-pr/pull/115
Full Changelog: https://github.com/cargo-bins/release-pr/compare/v2.1.1...v2.1.2
- TypeScript
Published by NobodyXu about 2 years ago
https://github.com/cargo-bins/release-pr - v2.1.1
What's Changed
- Fix parsing error when retrieving workspace members by @NobodyXu in https://github.com/cargo-bins/release-pr/pull/114
Full Changelog: https://github.com/cargo-bins/release-pr/compare/v2.1.0...v2.1.1
- TypeScript
Published by NobodyXu about 2 years ago
https://github.com/cargo-bins/release-pr - v2.1.0
- You can now opt in to do a dry run of the publish with
check-package: true(#110)
- TypeScript
Published by passcod about 3 years ago
https://github.com/cargo-bins/release-pr -
- Fix
base-branchnot getting read.
- TypeScript
Published by passcod over 3 years ago
https://github.com/cargo-bins/release-pr - v2: stable tag for the v2 branch
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.
- TypeScript
Published by passcod over 3 years ago
https://github.com/cargo-bins/release-pr -
- Breaking: remove
options-dependent-version. That was fast! The proper way to set this is via cargo-release's config. Asupgradehas become the default mode in cargo-release 0.22, this action no longer sets--dependent-versionon 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.
- TypeScript
Published by passcod over 3 years ago
https://github.com/cargo-bins/release-pr -
- New option:
options-dependent-versionlets you override the--dependent-versionoption 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.
- TypeScript
Published by passcod over 3 years ago
https://github.com/cargo-bins/release-pr -
- Include a partial solution for #8 in the default template.
- TypeScript
Published by passcod almost 4 years ago
https://github.com/cargo-bins/release-pr -
- Fetch history (unshallow the repo) before calling cargo-release
- TypeScript
Published by passcod almost 4 years ago
https://github.com/cargo-bins/release-pr -
- Fetch git tags before calling cargo-release
- TypeScript
Published by passcod almost 4 years ago
https://github.com/cargo-bins/release-pr -
- Fix comparison bug that was just introduced
- TypeScript
Published by passcod almost 4 years ago
https://github.com/cargo-bins/release-pr -
- Fix crate paths not being resolved properly
- TypeScript
Published by passcod almost 4 years ago
https://github.com/cargo-bins/release-pr -
- Bug: logic inversion introduced in previous release
- TypeScript
Published by passcod almost 4 years ago
https://github.com/cargo-bins/release-pr -
- Use the crate name in the generated branch name if needed for differentiation
- TypeScript
Published by passcod almost 4 years ago
https://github.com/cargo-bins/release-pr -
- Rename the branch to the final version when using version keywords
- TypeScript
Published by passcod almost 4 years ago
https://github.com/cargo-bins/release-pr - v1.0.3
- Fix PR url output to be the public URL not the API URL
- TypeScript
Published by passcod almost 4 years ago
https://github.com/cargo-bins/release-pr - 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.
- TypeScript
Published by passcod almost 4 years ago