Commit dbd855d
committed
Fix release task to commit version bump before gem release
The gem bump command modifies the version file but the --no-commit
flag means it doesn't commit it. This causes gem release to fail
because it expects a clean working directory.
This commit adds git commands to stage and commit the version file
after bumping but before releasing the gem.1 parent 5e4041d commit dbd855d
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
45 | 49 | | |
46 | 50 | | |
47 | 51 | | |
| |||
0 commit comments