chore: add translation attribute for conventional-commit

This commit is contained in:
Kingkor Roy Tirtho 2025-09-08 23:47:55 +06:00
parent afe0bea306
commit 49c04af302

View File

@ -61,7 +61,7 @@ protect_breaking_commits = false
commit_parsers = [
{ message = "^feat", group = "<!-- 0 -->Features" },
{ message = "^fix", group = "<!-- 1 -->Bug Fixes" },
# { message = "^doc", group = "<!-- 3 -->📚 Documentation" },
{ message = "^translation", group = "<!-- 3 --> Translation" },
# { message = "^perf", group = "<!-- 4 -->⚡ Performance" },
# { message = "^refactor", group = "<!-- 2 -->🚜 Refactor" },
# { message = "^style", group = "<!-- 5 -->🎨 Styling" },