Skip to content

Commit e9737ef

Browse files
authored
Merge pull request #38 from HighCodeh/dev
fix(ci): author names to release changelogs
2 parents b848c9e + 0675651 commit e9737ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.releaserc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
["@semantic-release/release-notes-generator", {
1919
"preset": "conventionalcommits",
2020
"writerOpts": {
21-
"commitPartial": "* {{#if scope}}**{{scope}}:** {{/if}}{{subject}} ({{hash}}) — @{{authorLogin}}\n"
21+
"commitPartial": "* {{#if scope}}**{{scope}}:** {{/if}}{{subject}} ({{hash}}) — {{authorName}}\n"
2222
}
2323
}],
2424
["@semantic-release/changelog", {

0 commit comments

Comments
 (0)