From 1da5beaf912a9a4873550042c51f4de36c4f1ab5 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index e0f825f6..836e5fab 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -39,3 +39,4 @@ version-resolver: default: patch change-template: '- $TITLE by @$AUTHOR (PR #$NUMBER)' template: $CHANGES +footer: '**Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...$RESOLVED_VERSION'