From 443721f37dac8bf49ba381d3285e558e51a8cad4 Mon Sep 17 00:00:00 2001 From: Zack Koppert Date: Mon, 6 Jul 2020 10:58:17 -0700 Subject: [PATCH] Correct release compare language --- .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 44d7f26f..5cf492db 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -4,7 +4,7 @@ template: | # Changelog $CHANGES - See details of [all code changes](https://github.com/github/super-linter/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION) since last release + See details of [all code changes](https://github.com/github/super-linter/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION) since previous release categories: - title: '🚀 Features'