Skip to content

Commit 20650ba

Browse files
authored
fix: release it changelog (#3)
1 parent 890b788 commit 20650ba

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.release-it.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,10 @@
7272
}
7373
]
7474
},
75-
"infile": "CHANGELOG.md"
75+
"infile": "CHANGELOG.md",
76+
"writerOpts": {
77+
"commitPartial": "* {{#if scope}}**{{scope}}:** {{/if}}{{subject}} by @{{committerName}} in {{hash}}\n"
78+
}
7679
}
7780
}
7881
}

0 commit comments

Comments
 (0)