feat: add 'Remove' commit type for better categorization of component deletions

This commit is contained in:
Sam Chau
2025-01-11 10:40:44 +10:30
parent 4d43687c8d
commit 3796307f24

View File

@@ -14,6 +14,11 @@ export const COMMIT_TYPES = [
label: 'Tweak',
description: 'Fine-tuning and adjustments to existing components'
},
{
value: 'remove',
label: 'Remove',
description: 'Removing components or features from the system'
},
{
value: 'fix',
label: 'Fix',