diff --git a/.github/auto-release.yml b/.github/auto-release.yml index acddb1e7..2836185f 100644 --- a/.github/auto-release.yml +++ b/.github/auto-release.yml @@ -16,7 +16,7 @@ version-resolver: - 'bugfix' - 'bug' - 'hotfix' - default: patch + default: 'minor' categories: - title: '🚀 Enhancements' @@ -29,7 +29,12 @@ categories: - 'bug' - 'hotfix' -change-template: '- $TITLE @$AUTHOR (#$NUMBER)' +change-template: | +
+ $TITLE @$AUTHOR (#$NUMBER) + + $BODY +
template: | $CHANGES diff --git a/templates/.github/auto-release.yml b/templates/.github/auto-release.yml index acddb1e7..2836185f 100644 --- a/templates/.github/auto-release.yml +++ b/templates/.github/auto-release.yml @@ -16,7 +16,7 @@ version-resolver: - 'bugfix' - 'bug' - 'hotfix' - default: patch + default: 'minor' categories: - title: '🚀 Enhancements' @@ -29,7 +29,12 @@ categories: - 'bug' - 'hotfix' -change-template: '- $TITLE @$AUTHOR (#$NUMBER)' +change-template: | +
+ $TITLE @$AUTHOR (#$NUMBER) + + $BODY +
template: | $CHANGES