giantswarm / semver-bump

Semantic Versioing Bumper
Other
27 stars 6 forks source link

fixed version output #8

Closed xh3b4sd closed 10 years ago

xh3b4sd commented 10 years ago

Using this tool the first time I got the following output.

vagrant@precise64 (master) $ semver-bump
Current version is: 0.1.0vagrant@precise64 (master) $

Now it looks like that.

vagrant@precise64 (fix-version-output) $ semver-bump
Current version is: 1.0.0
vagrant@precise64 (fix-version-output) $ semver-bump version
Semantic Versioning Bumper v1.0.0

I am not sure how you use the output stream, that is why I created the PR. Would be cool if the output is formatted more properly.

Further question, why differs both shown versions by the character v?

denderello commented 10 years ago

Just created #9 for the leading "v" character.

denderello commented 10 years ago

LGTM

xh3b4sd commented 10 years ago

Feel free to merge that by yourself. You can release a new version together with other completed tasks here if you want.