Installation
Make sure you have git installed when running release-plz.
release-plz is a rust binary that can be installed in different ways.
Download prebuilt binary
The latest release is on GitHub.
Cargo
- Install the rust toolchain in order to have cargo installed by following this guide.
- Run cargo install --locked release-plz.
Docker
Run docker pull marcoieni/release-plz.
Arch Linux
release-plz can be installed from the
community repository
using pacman.
- pacman -S release-plz
There is also a VCS package available in the AUR and it can be installed with an AUR helper. For example:
- paru -S release-plz-git
Alpine Linux
release-plz is available for Alpine Edge.
It can be installed via apk after enabling the testing repository.
- apk add release-plz