standard-release / app

Language independent GitHub App for creating GitHub Releases, following the Conventional Commits and SemVer specifications
https://github.com/apps/standard-release
Apache License 2.0
13 stars 2 forks source link

Add commit body & footer after the bullets list #11

Closed tunnckoCore closed 5 years ago

tunnckoCore commented 6 years ago

currently we only show the subject on the bullets list of changes.

It is a template thing and is configurable, but we should have good defaults.

template is here

https://github.com/tunnckoCore/semantic-release-app/blob/99fe28d3a4aeb04b20489fb42b47228dbd7c8705/src/lib/config.js#L13-L22

tunnckoCore commented 6 years ago

i know that bug... it is because commit.body is always (?) empty/null, because of the parse-commit-message bug.