We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba6fae7 commit 0e960b3Copy full SHA for 0e960b3
.goreleaser.yaml
@@ -24,7 +24,7 @@ builds:
24
changelog:
25
sort: asc
26
use: github
27
- format: "{{.SHA}}: {{.Message}} ({{.AuthorName}})"
+ format: "{{.SHA}}: {{.Message}} (@{{.AuthorUsername}})"
28
filters:
29
exclude:
30
- "^(Refactor|Update|Rename)" # common chore
0 commit comments