diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7872104..da2c203 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -113,3 +113,6 @@ jobs: id: semantic env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + with: + plugins: | + ['@semantic-release/commit-analyzer', '@semantic-release/release-notes-generator', '@semantic-release/github']