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

This commit is contained in:
lucasdpt
2026-03-15 12:48:02 +01:00
parent f106b5bf14
commit a03bf66647
2 changed files with 29 additions and 0 deletions

13
release.config.js Normal file
View File

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