sudo curl -L \
https://ghr.packify.dev/packify-dev/release-cli/latest/download/linux/amd64 \
-o /usr/local/bin/release-clirelease-cli release -t <major|minor|patch|alpha|beta|rc>release-cli build -t v0.1.0You will need at least the following branches in your repository:
git branch alpha
git checkout alpha
git push origin alpha
git branch beta
git checkout beta
git push origin beta
git branch rc
git checkout rc
git push origin rc
git checkout mainIt's recommended to use a development branch, but it's not required.
Add the following to your release.toml:
type = "rust"
[build]
platforms = [
{ target = "x86_64-unknown-linux-gnu", platform = "linux", arch = "amd64" },
{ target = "x86_64-pc-windows-gnu", platform = "windows", arch = "amd64" },
]