How to show commit body, not only subject, in changelog? #97
Answered
by
pawamoy
liborjelinek
asked this question in
Q&A
-
We are making commits with bodies. I.e.,
But it looks like the git-changelog tool discards everything after the first line... Is there any commandline parameter or configuration to show bodies too? |
Beta Was this translation helpful? Give feedback.
Answered by
pawamoy
Mar 15, 2025
Replies: 1 comment 1 reply
-
Indeed the built-in templates do not show the commit body. I'm open to a feature request / PR that would add an option to include the commit body in the changelog 🙂 Otherwise you can also use your own custom template that would include the body. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
liborjelinek
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Indeed the built-in templates do not show the commit body. I'm open to a feature request / PR that would add an option to include the commit body in the changelog 🙂 Otherwise you can also use your own custom template that would include the body.