diff --git a/release.config.js b/release.config.js new file mode 100644 index 0000000..03bb0c5 --- /dev/null +++ b/release.config.js @@ -0,0 +1,3 @@ +module.exports = { + branches: ['main'], +}