From 957f892a2b00965cd62ee8ff8091adf08e61bb22 Mon Sep 17 00:00:00 2001 From: NullBite Date: Tue, 20 Jun 2023 11:14:03 -0400 Subject: [PATCH] Reorder tags in "Full Changelog" they were backwards and `v1.2.3...v1.2.2` isn't valid to Gitea (and probably just Git in general --- release-notes.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-notes.sh b/release-notes.sh index e8294dd..307544f 100755 --- a/release-notes.sh +++ b/release-notes.sh @@ -5,5 +5,5 @@ cat << EOF Changes: - -**Full Changelog:** [\`$current...$last\`](https://gitea.protogen.io/nullbite/fabric-lite/compare/$current...$last) +**Full Changelog:** [\`$last...$current\`](https://gitea.protogen.io/nullbite/fabric-lite/compare/$last...$current) EOF