Skip to content

Commit 18448f3

Browse files
committed
Remove RNQS from release checklist template
1 parent c95a193 commit 18448f3

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

.github/actions/xcframework/action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ runs:
2424
- name: Set up XCode
2525
uses: maxim-lobanov/setup-xcode@ed7a3b1fda3918c0306d1b724322adc0b8cc0a90 # v1.7.0
2626
with:
27-
# TODO: Update to latest-stable once GH installs iOS 26 simulators
28-
xcode-version: '^16.4.0'
27+
xcode-version: latest-stable
2928

3029
- name: List simulators
3130
shell: bash

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -311,14 +311,13 @@ jobs:
311311
* [ ] Cocoapod released
312312
313313
SQLite + powersync bundles:
314-
* [ ] react-native-quick-sqlite:
315314
* [ ] wa-sqlite build:
316315
* [ ] sql.js dev adapter:
317316
318317
User-facing SDK updates:
319318
* [ ] 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)):
320-
* [ ] powersync-js (directly update node, op-sqlite and capacitor packages; upgrade dependencies on rnqs, wa-sqlite and sql-js in packages and demos):
319+
* [ ] powersync-js (directly update node, react-native and capacitor packages; upgrade dependencies on wa-sqlite and sql-js in packages and demos):
321320
* [ ] kotlin (update in `libs.versions.toml`):
322321
* [ ] swift (update in `Package.swift`):
323-
* [ ] native (update in `Cargo.toml``):
322+
* [ ] native (update in `Cargo.toml`):
324323
* [ ] dotnet (update `Tools/Setup/Setup.cs`)

0 commit comments

Comments
 (0)