From 6392c258a062485dcc394899546d6ca26cd7f82b Mon Sep 17 00:00:00 2001 From: Ian Clanton-Thuon Date: Tue, 3 Dec 2024 14:27:44 -0800 Subject: [PATCH] Make the next release of Rush a minor bump. --- common/config/rush/version-policies.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/config/rush/version-policies.json b/common/config/rush/version-policies.json index b2aec571aa5..53e1499b9a7 100644 --- a/common/config/rush/version-policies.json +++ b/common/config/rush/version-policies.json @@ -103,7 +103,7 @@ "policyName": "rush", "definitionName": "lockStepVersion", "version": "5.141.4", - "nextBump": "patch", + "nextBump": "minor", "mainProject": "@microsoft/rush" } ]