ci: replace standard-version with release please (#5533)

This commit is contained in:
Henrique Dias 2025-11-13 09:34:59 +01:00 committed by GitHub
parent f11fc37409
commit 6eb7b4b8ec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 30 additions and 654 deletions

View file

@ -1,14 +0,0 @@
{
"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 }
]
}