Replies: 1 comment 5 replies
-
Just to be sure, do you want to parse the Can you maybe give me an example how your commits look like and the expected changelog? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Such issues are most often mentioned in PR description by using keywords in issues and pull requests. Then they may become a commit body (e.g. using PR squash merge).
git-cliff provides a way to get similar info from a commit footer, but with GitHub PRs this info won't be in a footer in most cases. So, looks like some parsing of commit body is needed, and implementing that in config templates may be tricky.
Is there any examples how to handle this, taking in account GitHub keywords and supported ways to merge PRs?
Beta Was this translation helpful? Give feedback.
All reactions