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
I normally use build for what's described here: https://github.com/marionebl/commitlint/blob/master/@commitlint/prompt/src/settings.js#L27
build
cz has chore like: "Other changes that don't modify src or test files".
In addition to this, when loading @commitlint/config-angular there is no help prompts for build, ci, or revert.
ci
revert
I'm interested in adding those, but build kind of conflicts.
The text was updated successfully, but these errors were encountered:
We could change ci to the definition cz uses, that should resolve the conflict. Want to lend a hand?
Sorry, something went wrong.
feat(prompt): add description for build and ci
800e6ab
Closes: conventional-changelog#113
feat(prompt): add description for build, ci and revert (#148)
ee6ec6e
* feat(prompt): add description for build and ci Closes: #113 * feat(prompt): add revert to prompt
Merge pull request conventional-changelog#113 from griffithtp/fix/107…
dcfda44
…_refactor-suggest-styles Fix/107 refactor suggest styles
No branches or pull requests
I normally use
build
for what's described here:https://github.com/marionebl/commitlint/blob/master/@commitlint/prompt/src/settings.js#L27
cz has chore like: "Other changes that don't modify src or test files".
In addition to this, when loading @commitlint/config-angular there is no help prompts for
build
,ci
, orrevert
.I'm interested in adding those, but
build
kind of conflicts.The text was updated successfully, but these errors were encountered: