From 4b46238683507907b4c54ddbb910755899dfc6b4 Mon Sep 17 00:00:00 2001 From: Ian Clanton-Thuon Date: Tue, 13 Jul 2021 15:38:49 -0700 Subject: [PATCH] Make the next Rush release a patch release. --- 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 84f7b562b09..a90e1ba0953 100644 --- a/common/config/rush/version-policies.json +++ b/common/config/rush/version-policies.json @@ -91,7 +91,7 @@ "policyName": "rush", "definitionName": "lockStepVersion", "version": "5.49.0", - "nextBump": "minor", + "nextBump": "patch", "mainProject": "@microsoft/rush" } ]