feat: initial commit
All checks were successful
semantic-release / release (push) Successful in 35s

This commit is contained in:
lucasdpt
2026-04-07 23:18:12 +02:00
commit 5fb8edb503
4 changed files with 184 additions and 0 deletions

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"
}
],
]
};