Skip to content

Commit 769034b

Browse files
authored
Update the llvm-project branches to swift/main and swift/next
1 parent c946c80 commit 769034b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

utils/update_checkout/update-checkout-config.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
"default-branch-scheme": "main",
5656
"branch-schemes": {
5757
"main": {
58-
"aliases": ["master", "swift/master", "main"],
58+
"aliases": ["master", "swift/main", "main"],
5959
"repos": {
60-
"llvm-project": "swift/master",
60+
"llvm-project": "swift/main",
6161
"swift": "main",
6262
"cmark": "main",
6363
"llbuild": "main",
@@ -83,11 +83,11 @@
8383
},
8484
"next" : {
8585
"aliases": ["next", "master-next",
86-
"swift/master-next",
86+
"swift/next",
8787
"stable-next", "upstream",
8888
"next-upstream", "upstream-with-swift"],
8989
"repos": {
90-
"llvm-project": "swift/master-next",
90+
"llvm-project": "swift/next",
9191
"swift": "next",
9292
"cmark": "main",
9393
"llbuild": "main",

0 commit comments

Comments
 (0)