Commit 0ae446c
Fix release script: Only commit Gemfile.lock if there are staged changes
- Prevents release script failure when release-it doesn't modify Gemfile.lock
- Adds check for staged changes before attempting commit
- Fixes 'nothing to commit, working tree clean' error during release
- Applied RuboCop style corrections (unless/else → if/else)
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent 09e7f68 commit 0ae446c
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
76 | 81 | | |
77 | 82 | | |
78 | 83 | | |
| |||
0 commit comments