From da8a8bc647db2f0f6eb4c9d368743bf7c5d3f0ad Mon Sep 17 00:00:00 2001 From: Guillaume Pujol Date: Mon, 14 Feb 2022 12:00:38 +0100 Subject: [PATCH] fix release action --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 01e9d65..64cef73 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,6 +40,7 @@ jobs: unreleased: true addSections: '{"documentation":{"prefix":"**Documentation:**","labels":["documentation"]}}' output: CHANGELOG.md + sinceTag: v0.4.1 - uses: actions/setup-python@v2 with: