Skip to content

Commit c9cc085

Browse files
Yusin0903Lee-W
authored andcommitted
feat(conventional_commits.py): Add filter/search feature for commit change type
1 parent e0b1c77 commit c9cc085

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: commitizen/cz/conventional_commits/conventional_commits.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,11 @@ class ConventionalCommitsCz(BaseCommitizen):
4343
def questions(self) -> Questions:
4444
questions: Questions = [
4545
{
46-
"type": "list",
46+
"type": "select",
4747
"name": "prefix",
4848
"message": "Select the type of change you are committing",
49+
"use_search_filter": True,
50+
"use_jk_keys": False,
4951
"choices": [
5052
{
5153
"value": "fix",

0 commit comments

Comments
 (0)