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 want use conventionalChangelog deal my commit message like 🚀 feat(*): something change.
🚀 feat(*): something change
Can i set customize parserOpts ?
example:
module.exports = { "types": [ {"type":"🚀 feat","section":"🚀 feat"}, {"type":"fix","section":"Bug Fixes"}, {"type":"test","section":"Tests", "hidden": true}, {"type":"build","section":"Build System", "hidden": true}, {"type":"ci","hidden":true} ], "parserOpts": { headerPattern: "/^(.*\s{2}\w+)\((.+)\).*:\s*(.*)\s*$/", headerCorrespondence: [ `type`, `scope`, `subject` ] } }
Thanks
The text was updated successfully, but these errors were encountered:
Any update on this? I too would like to customise the parserOpts
Sorry, something went wrong.
Any update on this ?? need customise options for writerOpts
For anyone that has found this and is wanting, check out https://github.com/absolute-version/commit-and-tag-version
No branches or pull requests
I want use conventionalChangelog deal my commit message like
🚀 feat(*): something change
.Can i set customize parserOpts ?
example:
Thanks
The text was updated successfully, but these errors were encountered: