From 226fd152b09f2fcd6c5aca9e40cc0b3d8db90eaa Mon Sep 17 00:00:00 2001 From: Lucas Dupont Date: Sat, 11 Apr 2026 13:43:07 +0000 Subject: [PATCH] chore: add release --- release.config.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 release.config.js 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