Skip to content

Commit c842691

Browse files
committed
fix: remove unknown word in changelog
1 parent a5a601a commit c842691

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.release-it.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export default {
2525
header: '# Changelog',
2626
writerOpts: {
2727
commitPartial:
28-
'{{subject}} - by {{#if author}}{{author}}{{else}}unknown{{/if}} in {{#if references}}#{{#each references}}{{this.issue}}{{/each}}{{/if}} ({{shortHash}})\n',
28+
'{{subject}}{{#if references}} in {{#each references}}#{{this.issue}}{{/each}}{{/if}} ({{shortHash}})\n',
2929
},
3030
preset: {
3131
name: 'conventionalcommits',

0 commit comments

Comments
 (0)