feat(git-commit): add extra scopes

This commit is contained in:
JonasG 2025-07-24 15:04:03 +02:00
commit 6f6aecff8f
No known key found for this signature in database
GPG key ID: 4EDF6AE5A0EEB696

View file

@ -11,6 +11,7 @@ _git_commit_aliases=(
'ci'
'docs'
'feat'
'feat'
'fix'
'perf'
'refactor'
@ -18,6 +19,8 @@ _git_commit_aliases=(
'style'
'test'
'wip'
'ops'
'test'
)
local _alias _type