From 01cbfb910dc5b418dd56808d89aa5b74a7d85a71 Mon Sep 17 00:00:00 2001 From: Ian Clanton-Thuon Date: Mon, 19 Aug 2024 13:08:55 -0700 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 a586124839..53732b23a8 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.131.5", - "nextBump": "patch", + "nextBump": "minor", "mainProject": "@microsoft/rush" } ]