Skip to content

Commit

Permalink
Update merge flow (#10692)
Browse files Browse the repository at this point in the history
Part of: #10665

Updating branch flow from 17.11 -> 17.12 -> main.
  • Loading branch information
maridematte committed Sep 25, 2024
1 parent 1b85ee4 commit 45b1276
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .config/git-merge-flow-config.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,12 @@
"vs17.10": {
"MergeToBranch": "vs17.11"
},
// MSBuild latest release to main
// Automate opening PRs to merge msbuild's vs17.11 (SDK 8.0.4xx) into vs17.12 (SDK 9.0.1xx)
"vs17.11": {
"MergeToBranch": "vs17.12"
},
// MSBuild latest release to main
"vs17.12": {
"MergeToBranch": "main"
}
}
Expand Down

0 comments on commit 45b1276

Please sign in to comment.