Crates.io | release-plz |
lib.rs | release-plz |
version | 0.3.107 |
source | src |
created_at | 2022-02-01 22:39:32.248758 |
updated_at | 2024-11-08 09:42:15.984199 |
description | Update version and changelog based on semantic versioning and conventional commits |
homepage | https://release-plz.ieni.dev/ |
repository | https://github.com/MarcoIeni/release-plz |
max_upload_size | |
id | 525445 |
size | 292,802 |
Release-plz helps you release your Rust packages by automating:
crates.io
by default).Cargo.toml
.Release-plz updates your packages with a release Pull Request based on:
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.
When you merge the Release PR (or when you edit the Cargo.toml
versions by yourself),
release-plz:
<package_name>-v<version>
(e.g. tokio-v1.8.1
).cargo publish
.Learn how to use release-plz in the docs.
There are two ways to run release-plz:
Here you can find the public repositories using the release-plz GitHub action in CI:
In RustLab 23, I showed how release-plz simplifies releasing Rust packages, why I created it, and what lessons I learned:
Parts of the codebase are inspired by: