From 05038d8b7e657c65da2e84d28f14d9698708e073 Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Fri, 13 Oct 2023 11:42:43 -0700 Subject: [PATCH] force all packages in release branch --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 16a678e..efaf035 100644 --- a/Makefile +++ b/Makefile @@ -15,4 +15,4 @@ bump-version: cargo ws version --no-individual-tags --no-git-push bump-release-version: - cargo ws version --allow-branch "r*" --no-individual-tags --no-git-push + cargo ws version --allow-branch "r*" --no-individual-tags --force "*"