From 9fa1de89f0ce51a377dee9ebdfc93fd084e25f6f Mon Sep 17 00:00:00 2001 From: Alex Lancaster Date: Sun, 26 May 2024 18:41:33 -0400 Subject: [PATCH] Generate full link to PR for use in downstream docs --- .github/release-drafter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index c8333faf2..5424e916b 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -29,7 +29,7 @@ categories: exclude-labels: - 'skip-changelog' category-template: '### $TITLE' -change-template: '- $TITLE by @$AUTHOR (#$NUMBER)' +change-template: '- $TITLE by @$AUTHOR [#$NUMBER](https://github.com/$OWNER/$REPOSITORY/pull/$NUMBER)' change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks. version-resolver: major: