diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b34fa6f0398..866172a1d4b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,11 +49,10 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GH_TOKEN_RELEASE: ${{ secrets.GH_TOKEN_RELEASE }} with: - semantic_version: 19 + semantic_version: 23 extra_plugins: | - conventional-changelog-conventionalcommits@5.0.0 + conventional-changelog-conventionalcommits@7 @semantic-release/changelog@6 - semantic-release-github-pullrequest - name: New release published if: steps.semantic.outputs.new_release_published == 'true' diff --git a/.releaserc b/.releaserc index 41a10f3feac..44b5150c1f5 100644 --- a/.releaserc +++ b/.releaserc @@ -32,14 +32,6 @@ { "changelogFile": "CHANGELOG.md" } - ], - "@semantic-release/github", - [ - "semantic-release-github-pullrequest", - { - "assets": ["CHANGELOG.md"], - "labels": ["semantic-release", "auto-squash"] - } ] ] }