Skip to content

Commit a2af7da

Browse files
authored
Merge pull request swiftlang#875 from flashspys/patch-1
Add latest swift-syntax release to README
2 parents 599cca0 + 99bf41e commit a2af7da

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Documentation/Create SwiftSyntax Release.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ index 4c6db83a..7a953fc6 100644
8686
2. On apple/swift-syntax create a new release using the just-pushed tag and upload the parser library as `_InternalSwiftSyntaxParser.xcframework.zip`
8787
3. If this is a snapshot release, check “This is a pre-release”
8888
4. Publish 🎉
89+
5. Add the new release to README.md
8990

9091
## Integration test
9192

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Replace `<#Specify Release tag#>` by the version of SwiftSyntax that you want to
3535

3636
| Xcode Release | Swift Release Tag | SwiftSyntax Release Tag |
3737
|:-------------------:|:-------------------:|:-------------------------:|
38+
| Xcode 14.0 | swift-5.7-RELEASE | 0.50700.0 |
3839
| Xcode 13.3 | swift-5.6-RELEASE | 0.50600.1 |
3940
| Xcode 13.0 | swift-5.5-RELEASE | 0.50500.0 |
4041
| Xcode 12.5 | swift-5.4-RELEASE | 0.50400.0 |

0 commit comments

Comments
 (0)