Skip to content

Commit 1026961

Browse files
docs: add release guide (#114)
1 parent ac296e3 commit 1026961

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/Release.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Powersync Kotlin SDK
2+
3+
## How to make a release
4+
5+
1. Update `LIBRARY_VERSION` in `gradle.properties` in the root.
6+
2. Add an entry to the `CHANGELOG.md`.
7+
3. Make a PR and merge it.
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

Comments
 (0)