File tree 1 file changed +3
-3
lines changed
commitizen/cz/conventional_commits 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ def questions(self) -> List[Dict[str, Any]]:
100
100
"type" : "input" ,
101
101
"name" : "scope" ,
102
102
"message" : (
103
- "What is the scope of this change? (class or file name): (press enter to skip)\n "
103
+ "What is the scope of this change? (class or file name): (press [ enter] to skip)\n "
104
104
),
105
105
"filter" : parse_scope ,
106
106
},
@@ -116,7 +116,7 @@ def questions(self) -> List[Dict[str, Any]]:
116
116
"type" : "input" ,
117
117
"name" : "body" ,
118
118
"message" : (
119
- "Provide additional contextual information about the code changes: (press enter to skip)\n "
119
+ "Provide additional contextual information about the code changes: (press [ enter] to skip)\n "
120
120
),
121
121
"filter" : multiple_line_breaker ,
122
122
},
@@ -131,7 +131,7 @@ def questions(self) -> List[Dict[str, Any]]:
131
131
"name" : "footer" ,
132
132
"message" : (
133
133
"Footer. Information about Breaking Changes and "
134
- "reference issues that this commit closes: (press enter to skip)\n "
134
+ "reference issues that this commit closes: (press [ enter] to skip)\n "
135
135
),
136
136
},
137
137
]
You can’t perform that action at this time.
0 commit comments