Closed tunnckoCore closed 5 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
i know that bug... it is because commit.body is always (?) empty/null, because of the parse-commit-message bug.
commit.body
parse-commit-message
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