We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcd27e6 commit d0b4424Copy full SHA for d0b4424
.release-it.json
@@ -19,7 +19,7 @@
19
"push": true,
20
"pushArgs": ["--follow-tags"],
21
"pushRepo": "",
22
- "changelog": "git log --pretty=format:\"* %s (%h) by %cn on %as\" ${from}...${to}"
+ "changelog": "git log --pretty=format:\"* %s (%h) by %an on %as\" ${from}...${to}"
23
},
24
"github": {
25
"release": true,
0 commit comments