-
Notifications
You must be signed in to change notification settings - Fork 63
refactor/chore/docs do no longer work #13
Comments
I have checked and the changelog-commits-parser is working just fine, extracting the correct amount of messages from the log. It seems as if the refactor message gets lost after the commits parser. |
And I think that I just found the reason why...
Why? |
|
So you basically say that I need to fork this in order to have a decent changelog? |
@stevemao what is the license of this? |
no, you could just require this and make changes. |
@stevemao since writerOpts#transform uses a private function The same with the given hard coded regular expressions, which I would also have to reimplement. |
@stevemao and why will it
and unconditionally so if there are any notes present? |
This is a known issue. See conventional-changelog-archived-repos/conventional-changelog-writer#20 |
Remember, this is for angular so they have made the rules. |
I am having trouble getting commit messages such as (excerpt from my git log)
to work with the new standard-changelog or when using conventional-changelog-cli and the angular preset.
Except for
fix
nothing else will make it into the changelog:Am I doing something wrong?
The text was updated successfully, but these errors were encountered: