From 7c91b3c61b9aa59840de62eb6740ea3fc54ffefe Mon Sep 17 00:00:00 2001 From: Matt Gowie Date: Fri, 14 Aug 2020 18:11:02 -0600 Subject: [PATCH 1/2] Updates change-template to include the PR Body --- .github/auto-release.yml | 5 ++++- templates/.github/auto-release.yml | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/auto-release.yml b/.github/auto-release.yml index acddb1e7..544ed5b0 100644 --- a/.github/auto-release.yml +++ b/.github/auto-release.yml @@ -29,7 +29,10 @@ 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..544ed5b0 100644 --- a/templates/.github/auto-release.yml +++ b/templates/.github/auto-release.yml @@ -29,7 +29,10 @@ categories: - 'bug' - 'hotfix' -change-template: '- $TITLE @$AUTHOR (#$NUMBER)' +change-template: | + ## $TITLE @$AUTHOR (#$NUMBER) + + $BODY template: | $CHANGES From 5d94daab1a8ad70a67bbffeba58384a74d1f607a Mon Sep 17 00:00:00 2001 From: Matt Gowie Date: Fri, 14 Aug 2020 18:12:31 -0600 Subject: [PATCH 2/2] Updates default auto-release.yml to be minor > patch --- .github/auto-release.yml | 2 +- templates/.github/auto-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/auto-release.yml b/.github/auto-release.yml index 544ed5b0..e0795452 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' diff --git a/templates/.github/auto-release.yml b/templates/.github/auto-release.yml index 544ed5b0..e0795452 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'