Releases
v0.15.0
- Prepare release branches with
gem:release:branch:patch/minor/major, committing the version bump and all release-hook changes before review. - Add
gem:release:validateto detect stale generated release content and unrelated changes. - Build committed source in a fresh Ruby process and accept an explicit signing key path with
gem:build. - Push only the intended release tag when publishing locally.
v0.13.1
- Better
version.rbdetection inversion_pathmethod.
v0.13.0
- Add
after_gem_releasehook for post-release actions.
v0.12.0
- Add
guard_last_commit_not_version_bumpmethod to prevent consecutive version bumps. - Add
build_gem_in_worktreemethod for building gems in isolated git worktrees. - Improve shell command execution with better error handling and specific exit code access.
v0.11.1
- Better integration with
bake's default output.
v0.11.0
- Improved bake task return values.
v0.10.0
- Better handling of versions.
v0.9.0
- Add
after_gem_release_version_incrementhook.