File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ license](https://swift.org/LICENSE.txt).
6
6
---
7
7
8
8
Before submitting the pull request, please make sure you have [ tested your
9
- changes] ( https://github.com/apple/swift/blob/master /docs/ContinuousIntegration.md )
9
+ changes] ( https://github.com/apple/swift/blob/main /docs/ContinuousIntegration.md )
10
10
and that they follow the Swift project [ guidelines for contributing
11
11
code] ( https://swift.org/contributing/#contributing-code ) .
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ is also expressed in the `SwiftSyntax` dependency in
25
25
26
26
| Xcode Release | Swift Version | ` swift-format ` Branch |
27
27
| :-------------:| :---------------------------------------:| :----------------------|
28
- | – | Swift at ` master ` | ` master ` |
28
+ | – | Swift at ` main ` | ` main ` |
29
29
| Xcode 12.0 | Swift 5.3 | ` swift-5.3-branch ` |
30
30
| Xcode 11.4 | Swift 5.2 | ` swift-5.2-branch ` |
31
31
| Xcode 11.0 | Swift 5.1 | ` swift-5.1-branch ` |
@@ -42,8 +42,8 @@ swift build
42
42
You can also add the ` --single-branch ` option if you only want to clone that
43
43
specific branch.
44
44
45
- The ` master ` branch is used for development and may depend on either a release
46
- version of Swift or on a developer snapshot. Changes committed to ` master `
45
+ The ` main ` branch is used for development and may depend on either a release
46
+ version of Swift or on a developer snapshot. Changes committed to ` main `
47
47
that are compatible with the latest release branch will be cherry-picked into
48
48
that branch.
49
49
You can’t perform that action at this time.
0 commit comments