We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0b1c77 commit c9cc085Copy full SHA for c9cc085
commitizen/cz/conventional_commits/conventional_commits.py
@@ -43,9 +43,11 @@ class ConventionalCommitsCz(BaseCommitizen):
43
def questions(self) -> Questions:
44
questions: Questions = [
45
{
46
- "type": "list",
+ "type": "select",
47
"name": "prefix",
48
"message": "Select the type of change you are committing",
49
+ "use_search_filter": True,
50
+ "use_jk_keys": False,
51
"choices": [
52
53
"value": "fix",
0 commit comments