From c84f856600804cc8e3ed7c8008f334e194bb38f6 Mon Sep 17 00:00:00 2001 From: AdamJ Date: Fri, 1 Nov 2024 15:37:41 -0400 Subject: [PATCH] Return release-drafter --- .github/release-drafter.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 2c67f8db..5b2c5b7f 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -1,3 +1,5 @@ +name-template: 'v$RESOLVED_VERSION' +tag-template: 'v$RESOLVED_VERSION' categories: - title: 'Features/Enhancements' labels: @@ -37,7 +39,7 @@ version-resolver: - 'patch' - 'github-action' default: patch -change-template: '- $TITLE by @$AUTHOR in #$NUMBER' +change-template: '- #$NUMBER $TITLE (@$AUTHOR)' template: | ## Changes $CHANGES @@ -45,7 +47,8 @@ template: | **Contributors** $CONTRIBUTORS - **Previously:** [$PREVIOUS_TAG](https://github.com/AdamJ/AdamJ.github.io/releases/tag/$PREVIOUS_TAG) + **Previously:** + [$PREVIOUS_TAG](https://github.com/AdamJ/AdamJ.github.io/releases/tag/$PREVIOUS_TAG) [All Tags](https://github.com/AdamJ/AdamJ.github.io/tags) [All Releases](https://github.com/AdamJ/AdamJ.github.io/releases)