Fix release-plz.toml (#1866)

Do not set release as latest, since that would break installation script/action.

Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
Jiahao XU 2024-08-05 20:42:00 +10:00 committed by GitHub
parent 23ee8ab6b7
commit 90d47f76b1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,3 +1,4 @@
[[package]]
name = "cargo-binstall"
release = false # don't process this package
git_release_latest = false # don't set release as latest release