Immutable
release. Only release title and notes can be modified.
Closes #167
Bug fixes since v1.17.0.
🐛 Fixes
ship.shsyncsdevback to origin after a release (#168) — the post-release rebase moved localdevto main's tip but never pushed it, soorigin/devkept pointing at the pre-release commit. The nextgit pull origin devrefused with "divergent branches", and anything branching fromorigin/dev— a fresh clone, a worktree, an automated agent — silently started from before the release. The push is never forced: if work landed ondevduring the release window the push is rejected, and the script warns with the manual reconcile rather than discarding it.
Shipped via scripts/ship.sh.