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
$ gem bump -v patch --tag --push --pretend
Bumping travis-conditions from version 1.0.0-dev.2 to 1.0.0
Staging lib/travis/conditions/version.rb
$ git add lib/travis/conditions/version.rb
Creating commit
$ git commit -m "Bump travis-conditions to 1.0.0"
Pushing to the origin git repository
$ git push origin
Tagging travis-conditions as version 1.0.0.pre.dev.2
Creating git tag v1.0.0.pre.dev.2
$ git tag -am "tag v1.0.0.pre.dev.2" v1.0.0.pre.dev.2
Pushing tags to the origin git repository
$ git push --tags origin
All is good, thanks my friend.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: