From 62b8260364d651954c48412496cc1a739b01b011 Mon Sep 17 00:00:00 2001 From: Vittorio Parrella Date: Thu, 21 Nov 2024 22:42:49 +0100 Subject: [PATCH] cleanup: debug --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ae33ebd..6e6719c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,6 +46,7 @@ jobs: if: ${{ steps.checkTag.outputs.exists == 'false' }} id: changelog run: | + set -x PREV_TAG=$(git tag | grep -E "^v" | sort -ud | tac | head -n1) echo "== Features ==" > changelog.txt git log ${PREV_TAG}..HEAD --pretty=format:"%s" | uniq | grep -E "^feat" >> changelog.txt