From 3b825530aad80b70f50f5288c8ca690deec96157 Mon Sep 17 00:00:00 2001 From: Eduard Malokhvii Date: Thu, 2 Dec 2021 01:28:47 +0200 Subject: [PATCH] chore(release): remove unused plugins --- package.json | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/package.json b/package.json index 235c731..37315ae 100755 --- a/package.json +++ b/package.json @@ -32,15 +32,6 @@ } ] } - ], - [ - "@semantic-release/git", - { - "assets": [ - "CHANGELOG.md" - ], - "message": "build: release ${nextRelease.version}" - } ] ], "branches": [ @@ -50,8 +41,6 @@ "devDependencies": { "@commitlint/cli": "^15.0.0", "@commitlint/config-conventional": "^15.0.0", - "@semantic-release/changelog": "^6.0.1", - "@semantic-release/git": "^10.0.1", "clang-format": "^1.6.0", "commitizen": "^4.2.4", "cz-conventional-changelog": "^3.3.0",