From 0e88e8466976c66042b616c4af6f10242a49f5d0 Mon Sep 17 00:00:00 2001 From: Tom Morelly Date: Sun, 15 Dec 2024 11:28:39 +1100 Subject: [PATCH] fix(smerel): bump changelog to 8.0.0 --- .github/workflows/release.yml | 3 ++- .releaserc.json | 3 --- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 521aa0d..e06861f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,5 @@ name: Semantic Releaser + on: push: branches: @@ -21,6 +22,6 @@ jobs: extra_plugins: | @semantic-release/changelog@6.0.0 @semantic-release/git@10.0.0 - conventional-changelog-conventionalcommits@4.6.3 + conventional-changelog-conventionalcommits@8.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.releaserc.json b/.releaserc.json index f6792b6..66b3eef 100644 --- a/.releaserc.json +++ b/.releaserc.json @@ -3,9 +3,6 @@ "main", "master" ], - "overrides": { - "conventional-changelog-conventionalcommits": ">= 8.0.0" - }, "ci": false, "plugins": [ [