You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Release.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## How to make a release
4
4
5
-
1. Update `LIBRARY_VERSION` in `gradle.properties` in the root.
5
+
1. Update `LIBRARY_VERSION`and `SWIFT_LIBRARY_VERSION`in `gradle.properties` in the root.
6
6
2. Add an entry to the `CHANGELOG.md`.
7
7
3. Make a PR and merge it.
8
8
4. Once the PR is merged and in the `main` branch then manually run the Github action `Deploy to Sonatype`. This will create a release to Maven Central and will also update the version of the `powersync-kotlin` SPM package used in the Swift SDK. If the release contains changes pertaining to the Swift SDK you will need to update the `powersync-kotlin` SPM package version in that repo and make a release there as well.
0 commit comments