release-notes-generator
release-notes-generator copied to clipboard
Possibility to add author of the commit to the log
Hey!
I haven't found in the documentation how to add author
to the individual lines where the commits are listed, is it possible even?
Looking for this as well. If possible, can we also add the co-authors?
I believe you would have to either use a different conventional-changelog
preset that included the Author by default, or use the writerOpts
configuration to extend the changelog preset thats in use. Unfortunately there's no easier solution than that (see https://github.com/conventional-changelog/conventional-changelog/issues/349)
I want to add PR Author in GitHub. Does anyone know if it is possible at all? Thanks!