diff --git a/release.config.js b/release.config.js new file mode 100644 index 00000000..3f5f5da6 --- /dev/null +++ b/release.config.js @@ -0,0 +1,13 @@ +module.exports = { + "plugins": [ + "@semantic-release/commit-analyzer", + "@semantic-release/release-notes-generator", + "@semantic-release/github", + [ + "@semantic-release/exec" + ] + ], + "branches": [ + "main" + ] + } \ No newline at end of file