- 
                Notifications
    
You must be signed in to change notification settings  - Fork 561
 
Open
conventional-changelog/commitlint
#832Description
When using git cz, one option for a type to select is "improvement", but this fails the enum check
husky > commit-msg hook failed (add --no-verify to bypass)
git exited with error code 1
kris@Kriss-MacBook-Pro cent-admin % git cz
[email protected], [email protected]
? Select the type of change that you're committing: 
  revert:      Reverts a previous commit 
  feat:        A new feature 
  fix:         A bug fix 
❯ improvement: An improvement to a current feature 
  docs:        Documentation only changes 
⧗   input: improvement(employers): added new subscriptions
✖   type must be one of [build, chore, ci, docs, feat, fix, perf, refactor, revert, style, test] [type-enum]
✖   found 1 problems, 0 warnings
ⓘ   Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
benknab and sc250024
Metadata
Metadata
Assignees
Labels
No labels