We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Would be more intuitive if the release types had aliases.
That way it would be less cumbersome when I type on the CLI release breaking instead of release major
release breaking
release major
I always have to stop and think about the meaning of major, minor and patch. With the aliases it would be quicker at least for me.
And by being aliases, users could use either.
The aliases should also work with the git commit message convention for example of a git commit message
Handle tracker reset (compatible)
Thoughts?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Would be more intuitive if the release types had aliases.
That way it would be less cumbersome when I type on the CLI
release breaking
instead ofrelease major
I always have to stop and think about the meaning of major, minor and patch.
With the aliases it would be quicker at least for me.
And by being aliases, users could use either.
The aliases should also work with the git commit message convention
for example of a git commit message
Thoughts?
The text was updated successfully, but these errors were encountered: