Repository URL to install this package:
Version:
1.0.4 ▾
|
Feature: Push to origin
After bumping the version
And Committing the new version
And tagging the repo
Buildgem will push the commit & the new tag
Scenario: Push to origin
Given a gem that is versioned "0.54.2"
When I run the buildgem with the options:
|minor|
Then the gem version file should read "0.55.0"
And the git repo should be tagged "0.55.0"
And the last commit should read "Bump! 0.55.0"
And there should be no commits left to push