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: .github/workflows/release.yml
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -280,9 +280,9 @@ jobs:
280
280
This is a checklist to track the release of ${{ needs.draft_release.outputs.tag }}.
281
281
282
282
Core build (this repo):
283
-
* [x] GitHub Release
283
+
* [] GitHub Release (add release notes and make public)
284
284
* [x] New version released on crates.io
285
-
* [ ] Android aar released on Maven Central
285
+
* [ ] Verify Android aar released on Maven Central
286
286
* [ ] Cocoapod released
287
287
288
288
SQLite + powersync bundles:
@@ -291,8 +291,8 @@ jobs:
291
291
* [ ] sql.js dev adapter:
292
292
293
293
User-facing SDK updates:
294
-
* [ ] powersync.dart:
295
-
* [ ] powersync-js:
296
-
* [ ] kotlin:
297
-
* [ ] swift:
298
-
* [ ] native:
294
+
* [ ] powersync.dart (see instructions in [this file](https://github.com/powersync-ja/powersync.dart/blob/main/packages/powersync_core/lib/src/database/core_version.dart)):
295
+
* [ ] powersync-js (directly update node, op-sqlite and capacitor packages; upgrade dependencies on rnqs, wa-sqlite and sql-js in packages and demos):
0 commit comments