diff --git a/release.config.js b/release.config.js new file mode 100644 index 0000000..1ce7894 --- /dev/null +++ b/release.config.js @@ -0,0 +1,12 @@ +module.exports = { + branches: ["main", "master"], + tagFormat: "v${version}", + plugins: [ + [ + "@semantic-release/commit-analyzer", + { + preset: "conventionalcommits" + } + ], + ] +}; \ No newline at end of file