1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2026-04-30 20:19:47 +02:00
Files
Carlos Alexandro Becker 39bf6668bc feat(changelog): custom commit format (#4802)
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>
2024-04-24 09:08:20 -03:00

16 lines
275 B
JSON

{
"commits": [
{
"sha": "6dcb09b5b57875f334f61aebed695e2e4193db5e",
"commit": {
"message": "Fix all the bugs\nlalalal"
},
"author": {
"login": "octocat",
"name": "Octocat",
"email": "octo@cat"
}
}
]
}