Commit 2b4bb14
Fix gem bump to properly update version
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 <noreply@anthropic.com>1 parent 41d21ce commit 2b4bb14
1 file changed
+7
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
93 | 94 | | |
94 | 95 | | |
95 | 96 | | |
| |||
0 commit comments