Skip to content

Commit d0b4424

Browse files
committed
fix: fix changelog by pr owner name
1 parent fcd27e6 commit d0b4424

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.release-it.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"push": true,
2020
"pushArgs": ["--follow-tags"],
2121
"pushRepo": "",
22-
"changelog": "git log --pretty=format:\"* %s (%h) by %cn on %as\" ${from}...${to}"
22+
"changelog": "git log --pretty=format:\"* %s (%h) by %an on %as\" ${from}...${to}"
2323
},
2424
"github": {
2525
"release": true,

0 commit comments

Comments
 (0)