change(default-types): add "test:" to default commit types

This commit is contained in:
Tomas Sebestik
2023-12-15 10:03:53 +01:00
committed by Tomas Sebestik
parent 61f571090d
commit 2d7be0af14
4 changed files with 10 additions and 3 deletions

View File

@ -11,7 +11,7 @@ from .helpers import _color_grey
from .helpers import _color_orange
from .helpers import _color_purple
DEFAULT_TYPES = ['change', 'ci', 'docs', 'feat', 'fix', 'refactor', 'remove', 'revert']
DEFAULT_TYPES = ['change', 'ci', 'docs', 'feat', 'fix', 'refactor', 'remove', 'revert', 'test']
rules_output_status = {
'empty_message': False,