-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e2c4527
commit cccbbbe
Showing
2 changed files
with
11 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Cutting a release | ||
|
||
When cutting a release, follow this checklist: | ||
|
||
1. Ensure that all version strings are up to date. | ||
Currently this means checking crate and Swift package versions. | ||
2. Generate the iOS framework using `build-ios.sh --release`. | ||
This updates Package.swift and generates a distributable zipped framework under `common/target/ios`. | ||
3. Create a GitHub release. | ||
Upload the zipped XCFramework along with the GitHub release. |