-
-
Notifications
You must be signed in to change notification settings - Fork 206
New issue
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
split_commits
doesn't work as expected
#555
Comments
For some reasons, changelog generator can't get a scope of the commits. If I set |
Hey, #556 should fix this. However, I'm not sure if it is a breaking change. It is quite a bit of an edge case though.. Can you pull the changes from that PR and test it out? |
Okay something is definitely breaking with that PR, I will take a look |
Yes, this is kind of edgecase, because our project uses modified version of conventional commits standard as a compromise between multiple developers. That's why I want to try to preprocess "not-that-conventional-commit" message to split it on 2 conventional messages and allow changelog generator to handle it without problems. In my head, the following order should be used:
However it's probably impossible to satisfy everyone, so in worst case scenario I will make a fork and apply your PR to it, so the tool can be suitable for our needs. So no worries if you can't merge it :) |
I think I have found a non-breaking way to make it work in #556 - so I will just go ahead with it 🐻 |
Is there an existing issue for this?
Description of the bug
When I have a preprocessor, that splits commit messages into 2 commit messages with a new line - none of the commit messages appear in the changelog. When instead of a single
\n
I put\n\n
- only the first commit message appears.Steps To Reproduce
Config
Expected behavior
Both
doc(TEST): test1
anddoc(TEST): test2
are visible in theDocumentation
section inTEST
group.Screenshots / Logs
No response
Software information
Additional context
No response
The text was updated successfully, but these errors were encountered: