From bea9114e88a93f128fbba3c4f99d2faa761c6e61 Mon Sep 17 00:00:00 2001 From: DarkC <38973046+DarkC35@users.noreply.github.com> Date: Tue, 5 Jul 2022 12:24:09 +0200 Subject: [PATCH] fix compare url in release --- .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 c50c1e1..8c89499 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -4,7 +4,7 @@ tag-template: 'v$RESOLVED_VERSION' template: | # Changelog $CHANGES - See details of [all code changes](https://github.com/actions/jekyll-build-pages/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION) since previous release + See details of [all code changes](https://github.com/actions/deploy-pages/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION) since previous release categories: - title: '🚀 Features' labels: