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
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.
0 commit comments