diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f3df74d..3a4cef2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.BOT_ACCESS_TOKEN }} with: extra_plugins: | - conventional-changelog-conventionalcommits + conventional-changelog-conventionalcommits@6.1.0 - name: Commit changes uses: EndBug/add-and-commit@v9 diff --git a/.releaserc b/.releaserc index 3695196..380d84c 100644 --- a/.releaserc +++ b/.releaserc @@ -119,7 +119,7 @@ [ "@semantic-release/github", { - "addReleases": true + "publish": true } ] ]