chore: replace release-please with commit-and-tag-version

This commit is contained in:
Henrique Dias 2025-11-13 14:03:41 +01:00
parent 8a7279e3ee
commit 1495ee8dd8
No known key found for this signature in database
4 changed files with 22 additions and 16 deletions

14
.versionrc Normal file
View file

@ -0,0 +1,14 @@
{
"types": [
{ "type": "feat", "section": "Features" },
{ "type": "fix", "section": "Bug Fixes" },
{ "type": "perf", "section": "Performance improvements" },
{ "type": "revert", "section": "Reverts" },
{ "type": "refactor", "section": "Refactorings" },
{ "type": "build", "section": "Build" },
{ "type": "ci", "hidden": true },
{ "type": "test", "hidden": true },
{ "type": "chore", "hidden": true },
{ "type": "docs", "hidden": true }
]
}