diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 7f88a0f..bc50698 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -17,7 +17,12 @@ categories: labels: - 'chore' - 'ci' -change-template: '- $TITLE (#$NUMBER) @$AUTHOR' +change-template: | + + # $TITLE (#$NUMBER) @$AUTHOR + + $BODY + change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks. template: | $CHANGES