2

I am trying to configure semantic release to include the subject, body and footer of the commit messages in CHANGELOG.md file, not just the subject of commit message, but no success. In my changelog I still have only the short subject of commit messages. Is there a way to set the semantic-release at this way?

Any suggestions will be helpful for me.

Peter
  • 31
  • 3

1 Answers1

1

I tried to look up for some issue regarding this ad found out only this https://github.com/conventional-changelog/standard-version/issues/242

Peter
  • 31
  • 3
  • 1
    As it’s currently written, your answer is unclear. Please [edit] to add additional details that will help others understand how this addresses the question asked. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Jul 06 '22 at 04:37