Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

picks wrong version with --pretend? #75

Closed
svenfuchs opened this issue Jun 21, 2018 · 1 comment
Closed

picks wrong version with --pretend? #75

svenfuchs opened this issue Jun 21, 2018 · 1 comment

Comments

@svenfuchs
Copy link
Owner

$ 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.
@PikachuEXE
Copy link
Collaborator

Duplicate of #79
Should be partially fixed by #83

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants