1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-06 03:13:48 +02:00
goreleaser/internal/client
Christoph Witzko 90d8324971
fix(gitlab): correctly prepend/append/keep releases notes (#3765)
Hi, I found a bug in the GitLab client that leads to not correctly
prepend/append/keep releases notes.

This will use the original `Description` instead of the pre-rendered
`DescriptionHTML`. Furthermore, as `include_html_description` is not
enabled, the `DescriptionHTML` field is always empty.

[GitLab
documentation](https://docs.gitlab.com/ee/api/releases/index.html#get-a-release-by-a-tag-name)
2023-02-07 11:19:19 -03:00
..
testdata test: internal/client/github tests 2022-11-17 22:58:09 -03:00
client_test.go fix: changelog is too long (#2661) 2021-11-11 09:31:01 -03:00
client.go feat: replacing the log library (#3139) 2022-06-21 21:11:15 -03:00
config_test.go fix: allow to template scoop/brew/krew repo ref (#3521) 2022-11-02 14:54:16 -03:00
config.go fix: allow to template scoop/brew/krew repo ref (#3521) 2022-11-02 14:54:16 -03:00
gitea_test.go refactor: use os and io instead of ioutil (#2676) 2021-11-21 11:10:08 -03:00
gitea.go feat: replacing the log library (#3139) 2022-06-21 21:11:15 -03:00
github_test.go test: internal/client/github tests 2022-11-17 22:58:09 -03:00
github.go feat(deps): update go-github from v48 to v50 2023-01-26 23:36:02 -03:00
gitlab_test.go fix(gitlab): correctly prepend/append/keep releases notes (#3765) 2023-02-07 11:19:19 -03:00
gitlab.go fix(gitlab): correctly prepend/append/keep releases notes (#3765) 2023-02-07 11:19:19 -03:00
mock.go fix: native changeloger without previous tag (#3668) 2022-12-29 10:41:59 -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