From 3aa48490d0598bcb07741a810359c09ef80176a5 Mon Sep 17 00:00:00 2001 From: Ian Clanton-Thuon Date: Fri, 20 Mar 2026 22:35:36 -0400 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 a9e1b5eb60..eb80381841 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.170.1", - "nextBump": "patch", + "nextBump": "minor", "mainProject": "@microsoft/rush" } ]