Variable COMMIT_TYPE_VALUESConst
COMMIT_TYPE_VALUES: (
| "meta"
| "version"
| "workspace"
| "format"
| "test"
| "accessibility"
| "api"
| "backend"
| "build"
| "chore"
| "ci"
| "config"
| "db"
| "deps"
| "docs"
| "frontend"
| "infra"
| "lint"
| "logging"
| "perf"
| "release"
| "scripts"
| "security"
| "ui"
| "ux"
| "feat"
| "fix"
| "style"
| "refactor"
| "revert"
| "types"
| "hotfix"
| "workflow"
| "package"
| "BREAKING CHANGE"
| "data"
| "monitoring"
| "stability"
| "optimization"
| "dx"
| "tooling"
| "cleanup"
| "migration"
| "rollback"
)[] = ...
List of all supported commit type values.
Useful for validation, selection prompts, and tooling.