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
Hello,
I started using this module as a remplacement for npm/standard version, but in my workflow we use commitlint to ensure well formated commit message.
npm/standard version
And when i prepare a release, and because i don't need to lint my commit message, i can use --no-verif to bypass linting.
--no-verif
At this moment i have found a workaround with git-branch-is to check the branch name, but i think it would be cool to add this option.
Thanks !
The text was updated successfully, but these errors were encountered:
Fixed by PR #31
Sorry, something went wrong.
No branches or pull requests
Hello,
I started using this module as a remplacement for
npm/standard version
, but in my workflow we use commitlint to ensure well formated commit message.And when i prepare a release, and because i don't need to lint my commit message, i can use
--no-verif
to bypass linting.At this moment i have found a workaround with git-branch-is to check the branch name, but i think it would be cool to add this option.
Thanks !
The text was updated successfully, but these errors were encountered: