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
Hi there,
sorry if it is mentioned somewhere but I didn't find it.
In the docs it is mentioned:
Note that you can create any commit message pattern
How to do this? I would like to have a pattern like: [TicketNo] [BE/FE] [type] ([opitional scope]): [description] and so on.
I would love to hear from you. Thanks a lot
The text was updated successfully, but these errors were encountered:
same question here.
Update: just use the git-cz and add changelog.config.js to customize message format.
npm init git init git cz // some change npm version patch // interaction with git cz git cz the new commit message is new format.
For me this works.
module.exports = { ..., format: '[{type}] {subject}', }
git-cz https://github.com/streamich/git-cz
Sorry, something went wrong.
Will try this. Thanks for pointing this out
No branches or pull requests
Hi there,
sorry if it is mentioned somewhere but I didn't find it.
In the docs it is mentioned:
How to do this?
I would like to have a pattern like: [TicketNo] [BE/FE] [type] ([opitional scope]): [description]
and so on.
I would love to hear from you. Thanks a lot
The text was updated successfully, but these errors were encountered: