MarcoIeni / release-plz

Publish Rust crates from CI with a Release PR.
https://release-plz.ieni.dev
Apache License 2.0
721 stars 66 forks source link
ci hacktoberfest release rust

release-plz-logo

Crates.io CI Docker

Release-plz helps you release your Rust packages by automating:

Release-plz updates your packages with a release Pull Request based on:

πŸ€” What's a Release PR?

Release-plz maintains Release PRs, keeping them up-to-date as you merge additional commits. When you're ready to create a release, simply merge the release PR.

pr

When you merge the Release PR (or when you edit the Cargo.toml versions by yourself), release-plz:

πŸ“š Docs

Learn how to use release-plz in the docs.

πŸ€– Running release-plz

There are two ways to run release-plz:

πŸ’– Users

Here you can find the public repositories using the release-plz GitHub action in CI:

πŸ“½οΈ RustLab 23 talk

In RustLab 23, I showed how release-plz simplifies releasing Rust packages, why I created it, and what lessons I learned:

RustLab 23 talk

πŸŒ“ Similar projects

πŸ™ Credits

Parts of the codebase are inspired by:


Licensed under either of Apache License, Version 2.0 or MIT license at your option.


Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.