chore: add release
All checks were successful
semantic-release / release (push) Successful in 30s

This commit is contained in:
2026-04-11 13:43:07 +00:00
parent 4689724684
commit 226fd152b0

12
release.config.js Normal file
View File

@@ -0,0 +1,12 @@
module.exports = {
branches: ["main", "master"],
tagFormat: "v${version}",
plugins: [
[
"@semantic-release/commit-analyzer",
{
preset: "conventionalcommits"
}
],
]
};