Describe the bug
A clear and concise description of what the bug is.
When commit scope is (*) or * it isn't generated
To Reproduce
Steps to reproduce the behavior:
- commit with something like
feat(*): user authentication
- generate
- missing
Expected behavior
the item get added with default_scope and to be treated as if it's feat: user authentication
System (please complete the following information):
- OS Information: MacOS
- Project Version: [0.4.0]
Additional context
cliff configuration: https://gist.github.com/tami5/1044c256a173c622847114cc3bcd0ffd
Describe the bug
A clear and concise description of what the bug is.
When commit scope is
(*)or*it isn't generatedTo Reproduce
Steps to reproduce the behavior:
feat(*): user authenticationExpected behavior
the item get added with default_scope and to be treated as if it's
feat: user authenticationSystem (please complete the following information):
Additional context
cliff configuration: https://gist.github.com/tami5/1044c256a173c622847114cc3bcd0ffd