Skip to content

Commit 7c1771d

Browse files
CopilotViktorHofer
andcommitted
Add vs18.4 to merge flow configuration
Co-authored-by: ViktorHofer <7412651+ViktorHofer@users.noreply.github.com>
1 parent 585e42a commit 7c1771d

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.config/git-merge-flow-config.jsonc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,12 @@
3030
"vs18.0": {
3131
"MergeToBranch": "vs18.3"
3232
},
33-
// MSBuild latest release to main
33+
// Automate opening PRs to merge msbuild's vs18.3 (SDK 10.0.2xx) into vs18.4 (SDK 10.0.3xx, VS)
3434
"vs18.3": {
35+
"MergeToBranch": "vs18.4"
36+
},
37+
// MSBuild latest release to main
38+
"vs18.4": {
3539
"MergeToBranch": "main"
3640
}
3741
}

0 commit comments

Comments
 (0)