release-plz
@release-plz.dev
38 followers 2 following 14 posts
OSS to release Rust crates from CI with a Release PR. Created by @ieni.dev. 👉 https://release-plz.dev
Posts Media Videos Starter Packs
release-plz.dev
New release is out!
0.3.142 - 2025-08-31 Added use api to delete branches (#2356) use api to create branches (#2355) add a fallback index to attempt the legacy hash if the primary index fails (#2341) Fixed respect publish = false config during registry lookups (#2357) recognize gitea-actions as bot account (#2347)
release-plz.dev
release-plz 0.3.129 (action v0.5.101) is out!

It fixes an issue that was preventing packages to be updated correctly. In particular, if your workspace had packages depending on each other like "A -> B -> C", if C contained changes, only B was updated.
Now A is updated, too 🥳
release-plz.dev
Quick tip for you!
To avoid release-plz failing in forks, add the following `if` statement to each job:  `if: ${{ github.repository_owner == 'YOUR_ORG' }}`
release-plz.dev
Release-plz version 0.3.121 is out (GitHub Action version 0.5.95).
It adds support for Rust edition 2024, and most importantly adds colors to the help menu!
release-plz --help output
release-plz.dev
• make release --dry-run more informative
• don't update libraries versions on Cargo.lock update

Other

• use tera template to determine the PR body and document the default template
release-plz.dev
Fixed

• don't fail if commit wasn't pushed to remote
• use dunce to canonicalize package paths correctly
• fix release-plz init local dependency check
• stash uncommited changes in dirty repos during the update process to prevent errors
release-plz.dev
New release-plz version available 🤖

Binary: 0.3.117
GitHub Action: v0.5.91

Here are the main changes we shipped in the last 5 releases:

Added

• add releases to release-pr json output
• allow adding labels to Gitea release PR
release-plz.dev
Did you know release-plz has 41 unique configuration options?

You can truly customize it to fit your use case!
release-plz.dev
New release-plz version available 🤖

Binary: 0.3.112
GitHub Action: v0.5.87

Fixed
• increment pre-release version correctly when dependencies change
• Fixed wrong link on github token usage for release ci.

Other
• log when a release is skipped because of release_commits
release-plz.dev
More details: github.com/release-plz...

### Contributors

* marcbull
* PigeonF
* MarcoIeni
* EleisonC
release-plz.dev
### Fixed

- locate Cargo.lock correctly when project isn't in root directory

### Other

- Make logging less verbose
- Fix elided lifetime issue
- test default release pr configuration
release-plz.dev
New release-plz version available 🤖

Binary: 0.3.111
GitHub Action: v0.5.86

### Added

- warn if cargo-semver-checks is not installed
- Enable `pr_labels` for GitLab backend
- add `raw_message` to commit context
release-plz.dev
What is this, a crossover episode?
ieni.dev
The maintainers of @ratatui.rs want to add @release-plz.dev to their release pipeline.
We thought: Why not doing it in public? 😁

Join me and @orhun.dev on Wed at 20 UTC

👉 www.youtube.com/watch?v=cxIu...
www.youtube.com
release-plz.dev
Hey! 👋 Release-plz is an open source project which automates releases for Rust crates.
This account is managed by the author of release-plz, Marco.

If you want to get involved to help the developer experience of Rust maintainers, check out our good first issues on GitHub!