You've already forked goreleaser
mirror of
https://github.com/goreleaser/goreleaser.git
synced 2026-04-30 20:19:47 +02:00
39bf6668bc
This allows to use templates for commit messages in the changelog when using `github`, `gitea`, or `gitlab` as the changelog implementation. closes #4800 --------- Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
16 lines
275 B
JSON
16 lines
275 B
JSON
{
|
|
"commits": [
|
|
{
|
|
"sha": "6dcb09b5b57875f334f61aebed695e2e4193db5e",
|
|
"commit": {
|
|
"message": "Fix all the bugs\nlalalal"
|
|
},
|
|
"author": {
|
|
"login": "octocat",
|
|
"name": "Octocat",
|
|
"email": "octo@cat"
|
|
}
|
|
}
|
|
]
|
|
}
|