Skip to content

v1.17.1

Latest

Choose a tag to compare

@github-actions github-actions released this 25 Aug 13:05
Immutable release. Only release title and notes can be modified.
d733b16

Closes #167

Bug fixes since v1.17.0.

🐛 Fixes

  • ship.sh syncs dev back to origin after a release (#168) — the post-release rebase moved local dev to main's tip but never pushed it, so origin/dev kept pointing at the pre-release commit. The next git pull origin dev refused with "divergent branches", and anything branching from origin/dev — a fresh clone, a worktree, an automated agent — silently started from before the release. The push is never forced: if work landed on dev during the release window the push is rejected, and the script warns with the manual reconcile rather than discarding it.

Shipped via scripts/ship.sh.