Skip to content

Commit 51d887d

Browse files
committed
Add more instructions to release checklist
1 parent 024d5eb commit 51d887d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -280,9 +280,9 @@ jobs:
280280
This is a checklist to track the release of ${{ needs.draft_release.outputs.tag }}.
281281
282282
Core build (this repo):
283-
* [x] GitHub Release
283+
* [ ] GitHub Release (add release notes and make public)
284284
* [x] New version released on crates.io
285-
* [ ] Android aar released on Maven Central
285+
* [ ] Verify Android aar released on Maven Central
286286
* [ ] Cocoapod released
287287
288288
SQLite + powersync bundles:
@@ -291,8 +291,8 @@ jobs:
291291
* [ ] sql.js dev adapter:
292292
293293
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):
296+
* [ ] kotlin (update in `libs.versions.toml`):
297+
* [ ] swift (update in `Package.swift`):
298+
* [ ] native (update in `Cargo.toml``):

0 commit comments

Comments
 (0)