From 2caa46ae151cb39a24478503bcedeceef5145ff9 Mon Sep 17 00:00:00 2001 From: Martin Gerlach Date: Thu, 12 Oct 2023 10:13:57 +0200 Subject: [PATCH] fix: add convcommits module --- .github/workflows/release-template.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release-template.yml b/.github/workflows/release-template.yml index da1ded1..81e4faa 100644 --- a/.github/workflows/release-template.yml +++ b/.github/workflows/release-template.yml @@ -27,6 +27,9 @@ jobs: uses: cycjimmy/semantic-release-action@v4 if: ${{ inputs.build-release }} id: semantic + with: + extra_plugins: | + conventional-changelog-conventionalcommits env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}