From 77be2b145b7560b829f984dcccf0d263f1b9581e Mon Sep 17 00:00:00 2001 From: gatzjames Date: Tue, 6 Feb 2024 12:02:19 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/changelog.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 305dc2d1fa2a..f6a2280fd164 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -27,7 +27,8 @@ jobs: uses: requarks/changelog-action@v1 with: token: ${{ secrets.RELEASE_GH_TOKEN }} - tag: ${{ github.ref_name }} + fromTag: release/8.6.0 + toTag: ${{ github.ref_name }} - name: Git Commit Changelog run: git commit -am "update CHANGELOG.md for ${{ env.RELEASE_VERSION }} [skip ci]"