From b393b4e857d199ba4d841a62d7844a994066382c Mon Sep 17 00:00:00 2001 From: Artem Goncharov Date: Thu, 20 Nov 2025 12:52:27 +0100 Subject: [PATCH] chore: Do not set "latest" on release by release-plz Latest release should be the one vX.Y.Z created manually (to properly build the binary artifacts). Till that is out and ready "latest" should point to the previous release instead of the ones published intermediately by the release-plz --- release-plz.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/release-plz.toml b/release-plz.toml index befc22387..f59b4f43f 100644 --- a/release-plz.toml +++ b/release-plz.toml @@ -2,6 +2,7 @@ allow_dirty = true # dependencies_update = false # run `cargo update` git_release_enable = false +git_release_latest = false [[package]] name = "openstack_sdk"