Skip to content

Commit 90f6cdd

Browse files
authored
Merge pull request #54 from adam-moss/fix/show-signature
fix: ensure git signatures are not present
2 parents d862d4a + 56c8f15 commit 90f6cdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/lifecycles/changelog.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ function outputChangelog (args, newVersion) {
3636
preset: presetLoader(args),
3737
tagPrefix: args.tagPrefix,
3838
releaseCount: args.releaseCount
39-
}, context, { merges: null, path: args.path }, args.parserOpts, args.writerOpts)
39+
}, context, { merges: null, path: args.path, showSignature: false }, args.parserOpts, args.writerOpts)
4040
.on('error', function (err) {
4141
return reject(err)
4242
})

0 commit comments

Comments
 (0)