From 41357126608072e34751ff486358a6361bf27816 Mon Sep 17 00:00:00 2001 From: Erik Osterman Date: Fri, 14 Aug 2020 17:14:32 -0700 Subject: [PATCH] update release template --- .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