From 97e6c8fa4041275587449227b6527de3963c7828 Mon Sep 17 00:00:00 2001 From: Adam Kudrna Date: Wed, 24 Apr 2024 13:48:02 +0200 Subject: [PATCH] Add link to compare changes on GitHub to release notes --- .github/release-drafter.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index e0f825f6..c74c53df 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -38,4 +38,8 @@ version-resolver: - 'bugfix' default: patch change-template: '- $TITLE by @$AUTHOR (PR #$NUMBER)' -template: $CHANGES +template: | + $CHANGES +footer: | + + **Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION