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
We should have the prompts ask if a breaking change is being committed. If true, then we should prepend the commit body with BREAKING CHANGE:.
true
BREAKING CHANGE:
For example:
feat(foo): Add new foo BREAKING CHANGE: API has now changed
Version of cz-jira-smart-commit you're using: 1.3.1
cz-jira-smart-commit
Node Version: 8.11
Operating System: macOS 10.13
The text was updated successfully, but these errors were encountered:
cainakleao
No branches or pull requests
Description
What is the use case that should be solved?
Description
What is the use case that should be solved?
We should have the prompts ask if a breaking change is being committed. If
true
, then we should prepend the commit body withBREAKING CHANGE:
.For example:
Additional Data
Version of
cz-jira-smart-commit
you're using: 1.3.1Node Version: 8.11
Operating System: macOS 10.13
The text was updated successfully, but these errors were encountered: