Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Add command line arguments using commander #3

Open
GabLeRoux opened this issue Feb 27, 2020 · 0 comments
Open

Add command line arguments using commander #3

GabLeRoux opened this issue Feb 27, 2020 · 0 comments

Comments

@GabLeRoux
Copy link
Owner

GabLeRoux commented Feb 27, 2020

What I'd like to have:

git bump patch

This will bump the patch value of your latest git tag.
Ex: v1.0.0 -> v1.0.1

git bump minor

This will bump the minor value of your latest git tag.
Ex: v1.0.0 -> v1.1.0

git bump major

This will bump the major value of your latest git tag.
Ex: v1.0.0 -> v2.0.0

@GabLeRoux GabLeRoux mentioned this issue Feb 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant