From f28afcf5ca7bf4cc27de86099d8bd701899e7736 Mon Sep 17 00:00:00 2001 From: Erik Osterman Date: Fri, 14 Aug 2020 17:20:19 -0700 Subject: [PATCH] Update Release Template (#241) --- .github/auto-release.yml | 9 +++++++-- templates/.github/auto-release.yml | 9 +++++++-- 2 files changed, 14 insertions(+), 4 deletions(-) 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