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 update
updates your project locally, without committing any change.release-plz release-pr
opens a GitHub Pull Request.release-plz release
publishes the new versions of the packages.
There are also some utility commands:
release-plz init
initializes release-plz for the current GitHub repository.release-plz generate-completions
generates command completions for shells.release-plz generate-schema
generates the JSON schema for the release-plz configuration file.
To learn more about how to use release-plz, run release-plz --help
.