Skip to content

Commit cedefd4

Browse files
authored
fix: remove unknown word in changelog
1 parent a5a601a commit cedefd4

2 files changed

Lines changed: 2 additions & 2 deletions

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',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "payload-auditor",
33
"type": "module",
4-
"version": "1.8.7",
4+
"version": "1.9.0",
55
"description": "Simple, fast and customizable plugin for payload cms",
66
"author": {
77
"name": "seyed mojtaba shadab | shaadcode",

0 commit comments

Comments
 (0)