From 9355501259f452497a172073550f966ed7b8ce4c Mon Sep 17 00:00:00 2001 From: Ian Clanton-Thuon Date: Mon, 14 Sep 2026 17:34:49 -0400 Subject: [PATCH 1/2] Include version-policies.json in git add command Add version-policies.json to version bump process --- .../config/azure-pipelines/templates/bump-versions-stages.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/config/azure-pipelines/templates/bump-versions-stages.yaml b/common/config/azure-pipelines/templates/bump-versions-stages.yaml index ddc389cb85..9a57fdebec 100644 --- a/common/config/azure-pipelines/templates/bump-versions-stages.yaml +++ b/common/config/azure-pipelines/templates/bump-versions-stages.yaml @@ -108,7 +108,7 @@ stages: - bash: | git add -u -- common/changes - git add -- '**/CHANGELOG.*' '**/package.json' + git add -- '**/CHANGELOG.*' '**/package.json' 'common/config/rush/version-policies.json' if [ -n "$(git diff --cached --numstat)" ]; then git commit -m "Applying package version bumps From 657ac684dd85ef03397a9e5b4d5a4073eaf60a78 Mon Sep 17 00:00:00 2001 From: Ian Clanton-Thuon Date: Mon, 14 Sep 2026 17:36:10 -0400 Subject: [PATCH 2/2] Update rush version to 5.179.0 (#6027) --- 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 d6f469528b..22463da0c0 100644 --- a/common/config/rush/version-policies.json +++ b/common/config/rush/version-policies.json @@ -102,7 +102,7 @@ { "policyName": "rush", "definitionName": "lockStepVersion", - "version": "5.178.1", + "version": "5.179.0", "nextBump": "minor", "mainProject": "@microsoft/rush" }