You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The previous implementation used --no-commit which prevented gem bump
from properly updating the version. Now gem bump will:
- Update the version in lib/cypress_on_rails/version.rb
- Create a commit with the version change
- Create a git tag (e.g., v1.19.0)
Then the task explicitly pushes the commit and tags before publishing
to RubyGems. This matches the standard gem-release workflow.
Also added --skip-ci flag to prevent CI from running on version bumps.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments