Update README.md

This commit is contained in:
2025-06-11 18:20:23 +00:00
parent 40a6b69ac1
commit 85c9a49fef

View File

@ -59,6 +59,18 @@ git commit --allow-empty -m "feat: testando hook de commit-msg"
## 📦 Conventional Commits
Por padrão o semantic-release, usando o preset conventionalcommits, só considera como “mudanças que geram release”:
feat: → bump minor
fix: → bump patch
revert: (gera bump major)
Qualquer commit com ! (quebra de compatibilidade) → bump major
Todos os outros tipos (docs:, style:, refactor:, test:, chore:, build:, ci:, perf:, revert: sem !) não disparam release algum — são classificados como no-release.
Formato obrigatório:
```text