Skip to content

Commit 9f3817c

Browse files
authored
Add info about updating branch/tag in update-checkout script (#62299)
1 parent 5d0ede0 commit 9f3817c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/Branches.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,13 @@ Some branches are *automerged* into other branches, to keep them in sync. This i
8686
- `swift/release/x.y` (the *latest* release branch) is automerged into `swift/main`
8787
- llvm.org's `main` is automerged into `swift/next`
8888
- llvm.org's release branch *may* be automerged into `swift/release/x.y`, if they are in sync
89+
90+
91+
## Updating Branch/Tag
92+
93+
To update the Branch/Tag requirements, please follow these steps:
94+
95+
1. Create pull requests to update the branch/tag in the following repositories:
96+
- in `apple/swift` modify [`update-checkout-config.json`](https://github.com/apple/swift/blob/main/utils/update_checkout/update-checkout-config.json)
97+
- in `apple/swift-source-compat-suite` repository modify [`common.py`](https://github.com/apple/swift-source-compat-suite/blob/main/common.py)
98+
1. Notify @shahmishal after creating the pull requests

0 commit comments

Comments
 (0)