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 }}