1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-04 03:11:55 +02:00
goreleaser/internal/client
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
..
testdata feat(changelog): custom commit format (#4802) 2024-04-24 09:08:20 -03:00
client_test.go feat: allow goreleaser to run in gerrit, soft-serve and others (#4271) 2023-09-04 11:23:38 -03:00
client.go feat(changelog): custom commit format (#4802) 2024-04-24 09:08:20 -03:00
config_test.go feat: publish taps, krews and scoops to regular git repositories (#3961) 2023-04-30 10:18:13 -03:00
config.go feat(gitlab): Allow PRs to be created (#4793) 2024-04-23 22:49:18 -03:00
git_test.go test: simplify error asserts with require.ErrorContains (#4640) 2024-02-19 16:28:06 -03:00
git.go feat(git): retry git clone on retriable error (#4725) 2024-03-26 23:41:25 -03:00
gitea_test.go feat(changelog): custom commit format (#4802) 2024-04-24 09:08:20 -03:00
gitea.go feat(changelog): custom commit format (#4802) 2024-04-24 09:08:20 -03:00
github_test.go feat(changelog): custom commit format (#4802) 2024-04-24 09:08:20 -03:00
github.go feat(changelog): custom commit format (#4802) 2024-04-24 09:08:20 -03:00
gitlab_test.go feat(changelog): custom commit format (#4802) 2024-04-24 09:08:20 -03:00
gitlab.go feat(changelog): custom commit format (#4802) 2024-04-24 09:08:20 -03:00
mock.go feat(changelog): custom commit format (#4802) 2024-04-24 09:08:20 -03:00
release_notes_test.go feat: allow to customize release notes update behavior (#2702) 2021-11-26 09:59:15 -03:00
release_notes.go feat: allow to customize release notes update behavior (#2702) 2021-11-26 09:59:15 -03:00