Commit 21cb2a9
fix(release): bump sqlrite-journal example in bump-version.sh (#152)
The `sqlrite-journal` desktop example (examples/desktop-journal/src-tauri)
is a workspace member that pins `sqlrite-engine` via a path+version dep,
but it was never added to bump-version.sh's file lists. Patch releases
survived because its `^0.10.1` pin still matched `0.10.x`, but the first
minor bump (0.11.0) falls outside `^0.10.1`, so the Release-PR workflow's
workspace lock refresh failed:
error: failed to select a version for the requirement
`sqlrite-engine = "^0.10.1"` … required by package `sqlrite-journal`
(release-pr run 26737256013, dispatching v0.11.0.)
Add it to TOML_FILES so both its package version and its engine dep pin
track every bump — the same full-bump treatment desktop/src-tauri already
gets. Verified locally: `bump-version.sh 0.11.0` now rewrites the journal
manifest and `cargo build --workspace --exclude sqlrite-desktop --exclude
sqlrite-journal` (the exact CI lock-refresh step) resolves cleanly.
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 05fd59c commit 21cb2a9
1 file changed
Lines changed: 12 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
80 | 90 | | |
81 | 91 | | |
82 | 92 | | |
| |||
0 commit comments