Skip to content

Commit 58a2ed1

Browse files
authored
Merge pull request #58393 from apple/shahmishal/add-rebranch-support-20220421
Update the scheme for rebranch to support stable/20220421
2 parents b806113 + c3aa092 commit 58a2ed1

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

utils/update_checkout/update-checkout-config.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,9 @@
127127
}
128128
},
129129
"rebranch": {
130-
"aliases": ["rebranch"],
130+
"aliases": ["rebranch", "stable/20220421"],
131131
"repos": {
132-
"llvm-project": "stable/20211026",
132+
"llvm-project": "stable/20220421",
133133
"swift": "rebranch",
134134
"cmark": "main",
135135
"llbuild": "main",
@@ -151,12 +151,20 @@
151151
"swift-xcode-playground-support": "main",
152152
"ninja": "release",
153153
"icu": "release-65-1",
154-
"yams": "4.0.2",
154+
"yams": "5.0.0",
155155
"cmake": "v3.19.6",
156156
"indexstore-db": "main",
157157
"sourcekit-lsp": "main",
158158
"swift-format": "main",
159159
"swift-installer-scripts": "main",
160+
"swift-docc": "main",
161+
"swift-lmdb": "main",
162+
"swift-docc-render-artifact": "main",
163+
"swift-docc-symbolkit": "main",
164+
"swift-markdown": "main",
165+
"swift-cmark-gfm": "gfm",
166+
"swift-nio": "2.31.2",
167+
"swift-nio-ssl": "2.15.0",
160168
"swift-experimental-string-processing": "swift/main"
161169
}
162170
},

0 commit comments

Comments
 (0)