We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2edc6cb commit 56730d8Copy full SHA for 56730d8
docs/Release.md
@@ -10,7 +10,7 @@
10
5. Push that tag and manually trigger the GitHub action `Release` on that tag. This will:
11
- Create a release to Maven Central.
12
- Create a draft release on Github.
13
- - Attach a prebuild `XCFramework` zip-archive for the Swift SDK to the draft release.
+ - Build and attach an `XCFramework` zip archive for the Swift SDK to the draft release.
14
6. Copy relevant entries from the changelog into the draft release and make it public!
15
7. To apply this release to the Swift SDK, update the `Package.swift` file to point at the framework
16
from that release. You can copy the SHA256 hashsum from the generated draft release notes.
0 commit comments