mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 07:55:18 +00:00
chore: add translation attribute for conventional-commit
This commit is contained in:
parent
afe0bea306
commit
49c04af302
@ -61,7 +61,7 @@ protect_breaking_commits = false
|
|||||||
commit_parsers = [
|
commit_parsers = [
|
||||||
{ message = "^feat", group = "<!-- 0 -->Features" },
|
{ message = "^feat", group = "<!-- 0 -->Features" },
|
||||||
{ message = "^fix", group = "<!-- 1 -->Bug Fixes" },
|
{ message = "^fix", group = "<!-- 1 -->Bug Fixes" },
|
||||||
# { message = "^doc", group = "<!-- 3 -->📚 Documentation" },
|
{ message = "^translation", group = "<!-- 3 --> Translation" },
|
||||||
# { message = "^perf", group = "<!-- 4 -->⚡ Performance" },
|
# { message = "^perf", group = "<!-- 4 -->⚡ Performance" },
|
||||||
# { message = "^refactor", group = "<!-- 2 -->🚜 Refactor" },
|
# { message = "^refactor", group = "<!-- 2 -->🚜 Refactor" },
|
||||||
# { message = "^style", group = "<!-- 5 -->🎨 Styling" },
|
# { message = "^style", group = "<!-- 5 -->🎨 Styling" },
|
||||||
|
Loading…
Reference in New Issue
Block a user