From 1e741d1f31b2fe19f0ecd03de04b4b536c3f9341 Mon Sep 17 00:00:00 2001 From: David Michon Date: Thu, 28 Aug 2025 22:48:14 +0000 Subject: [PATCH] Make next rush release a patch --- 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 09c5f7924d2..e659dcfe633 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.158.0", - "nextBump": "minor", + "nextBump": "patch", "mainProject": "@microsoft/rush" } ]