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 7d94d58 commit cfb5c04Copy full SHA for cfb5c04
src/prompt.ts
@@ -80,7 +80,7 @@ export function createCommitMessage(config: Config): Promise<Message> {
80
name: 'breaking',
81
message: 'List any BREAKING CHANGES: (press enter to skip)\n',
82
when: config.skipQuestions.indexOf('breaking') === -1,
83
- transformer: s => s.trim(),
+ filter: s => s.trim(),
84
},
85
86
{
0 commit comments