mirror of
https://github.com/Dictionarry-Hub/profilarr.git
synced 2026-01-27 21:20:53 +01:00
feat: add 'Remove' commit type for better categorization of component deletions
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user