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