From 846ef8e4ac217523cc4378b878baa4433043e427 Mon Sep 17 00:00:00 2001 From: Tyler Ohlsen Date: Thu, 21 Jan 2021 14:53:03 -0800 Subject: [PATCH] Update draft release notes config to use URL (#358) --- .github/draft-release-notes-config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/draft-release-notes-config.yml b/.github/draft-release-notes-config.yml index 1a958e16..1379fbca 100644 --- a/.github/draft-release-notes-config.yml +++ b/.github/draft-release-notes-config.yml @@ -5,7 +5,7 @@ template: | # Setting the formatting and sorting for the release notes body name-template: Version (set version here) -change-template: '* $TITLE (#$NUMBER)' +change-template: '* $TITLE ([#$NUMBER]($URL))' sort-by: merged_at sort-direction: ascending replacers: