diff --git a/.releaserc.json b/.releaserc.json deleted file mode 100644 index aec23d2..0000000 --- a/.releaserc.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "branches": ["release"], - "plugins": [ - "@semantic-release/commit-analyzer", - "@semantic-release/release-notes-generator", - [ - "@semantic-release/github", - { - "failComment": false, - "failTitle": false, - "labels": false - } - ] - ] -}