CLI Usage
Release-plz updates the versions and changelogs of your rust packages, by analyzing your git history. There are three main commands:
release-plz updateupdates your project locally, without committing any change.release-plz release-propens a GitHub Pull Request.release-plz releasepublishes the new versions of the packages.
There are also some utility commands:
release-plz initinitializes release-plz for the current GitHub repository.release-plz set-versionedits the version of a package in Cargo.toml and changelog.release-plz generate-completionsgenerates command completions for shells.release-plz generate-schemagenerates the JSON schema for the release-plz configuration file.
To learn more about how to use release-plz, run release-plz --help.