🔧 v0.14.2 — Release Script Refinements
What's New
Nothing new in the public API — this is a tooling-only patch.
What Changed
bin/generate-release-notes — safer permission flag
Replaced --dangerously-skip-permissions with --permission-mode auto when invoking Claude Code, aligning with the current recommended flag for non-interactive runs.
bin/release — deploy docs automatically after publish
bin/deploy-docs is now called at the end of bin/release, so staging is updated as part of every release without a separate manual step.
bin/release — explicit branch in version bump push
The plain git push after committing the version bump has been replaced with git push origin main for consistency with the tag push that follows it.
What Was Removed
Nothing removed.
Dev Process
All changes are internal to bin/ release scripts. No gem code, components, or public API were touched.