From 84c3ff8fc754ea99cb2d99d2967016672a338991 Mon Sep 17 00:00:00 2001 From: Arik Cohen Date: Wed, 15 Nov 2023 13:29:40 -0500 Subject: [PATCH] Fixed changelog link --- .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 07f6dd7d..cb401b99 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -45,7 +45,7 @@ version-resolver: template: | $CHANGES - **Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...$RESOLVED_VERSION + **Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION Thanks to $CONTRIBUTORS for making this release possible.