Skip to content

Commit da8707f

Browse files
committed
Update the release instructions.
1 parent fb73541 commit da8707f

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

Diff for: RELEASING.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ The above does the following:
2727

2828
1. Create a draft GitHub release.
2929
2. Build the xcframework for iOS and macOS, and upload to GitHub (attached to the above release).
30-
3. Publish the cocoapod for iOS and macOS.
31-
4. Build and publish an Android aar to Sonatype staging.
30+
3. Build and publish an Android aar to Sonatype staging.
3231

3332
Once that is done, go to the Maven staging repository, and "Close", wait, and "Release" the
3433
repository:
@@ -38,3 +37,9 @@ https://s01.oss.sonatype.org/#stagingRepositories
3837
Docs: https://central.sonatype.org/publish/release/
3938

4039
Go to GitHub Releases on the repository, update the description, then "Publish Release".
40+
41+
Publish the cocoapod:
42+
43+
```sh
44+
pod trunk push powersync-sqlite-core.podspec
45+
```

0 commit comments

Comments
 (0)