diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ab9ff04..a813ef5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -38,7 +38,6 @@ jobs: with: semantic_version: 16 extra_plugins: | - @saithodev/semantic-release-backmerge conventional-changelog-eslint branches: | [ diff --git a/.releaserc.json b/.releaserc.json index 55c65f9..8aa0def 100644 --- a/.releaserc.json +++ b/.releaserc.json @@ -26,18 +26,6 @@ "preset": "eslint" } ], - [ - "@saithodev/semantic-release-backmerge", - { - "branches": [ - { "from": "main", "to": "alpha" }, - { "from": "main", "to": "beta" } - ], - "backmergeStrategy": "merge", - "clearWorkspace": true, - "restoreWorkspace": true - } - ], "@semantic-release/npm", "@semantic-release/github" ]