Replies: 2 comments 1 reply
-
https://github.com/conventional-changelog/commitlint#getting-started /** @type {import('cz-git').UserConfig} */
module.exports = {
rules: {
'scope-enum': [2, 'always', getActualBranchName()],
'subject-empty': [2, 'never'],
}
} |
Beta Was this translation helpful? Give feedback.
1 reply
-
https://cz-git.qbb.sh/recipes/#input-mode
https://cz-git.qbb.sh/config/show#messages Line 49 in 58f30cc U can using console.log in configure to debug
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i followed your instruction to setup cz-git, however when i add commitlint the rules are applied but commitlint takes the input from somehere else, please take a look on my screenshot.
Beta Was this translation helpful? Give feedback.
All reactions