We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fbc106 commit 268800bCopy full SHA for 268800b
lib/lifecycles/changelog.js
@@ -35,7 +35,7 @@ function outputChangelog (args, newVersion) {
35
debug: args.verbose && console.info.bind(console, 'conventional-changelog'),
36
preset: presetLoader(args),
37
tagPrefix: args.tagPrefix
38
- }, context, { merges: null, path: args.path }, args.parserOpts, args.writerOpts)
+ }, context, { merges: null, path: args.path, showSignature: false }, args.parserOpts, args.writerOpts)
39
.on('error', function (err) {
40
return reject(err)
41
})
0 commit comments