Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(gitlab): correctly prepend/append/keep releases notes #3765

Merged
merged 1 commit into from
Feb 7, 2023
Merged

fix(gitlab): correctly prepend/append/keep releases notes #3765

merged 1 commit into from
Feb 7, 2023

Conversation

christophwitzko
Copy link
Contributor

@christophwitzko christophwitzko commented Feb 7, 2023

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

@pull-request-size pull-request-size bot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Feb 7, 2023
@caarlos0
Copy link
Member

caarlos0 commented Feb 7, 2023

Hi, I found a bug in the GitHub client that leads to not correctly prepend/append/keep releases notes.

I guess typo github -> gitlab


Ahh good catch, thanks for the PR!

@caarlos0 caarlos0 added the bug Something isn't working label Feb 7, 2023
@christophwitzko
Copy link
Contributor Author

@caarlos0 ahhh, yes. GitLab, of course. ☺️

@codecov
Copy link

codecov bot commented Feb 7, 2023

Codecov Report

Merging #3765 (5b01843) into main (9b7603a) will increase coverage by 0.09%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main    #3765      +/-   ##
==========================================
+ Coverage   83.65%   83.75%   +0.09%     
==========================================
  Files         119      119              
  Lines       10217    10217              
==========================================
+ Hits         8547     8557      +10     
+ Misses       1343     1332      -11     
- Partials      327      328       +1     
Impacted Files Coverage Δ
internal/client/gitlab.go 80.24% <100.00%> (+2.40%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@caarlos0 caarlos0 merged commit 90d8324 into goreleaser:main Feb 7, 2023
@github-actions github-actions bot added this to the v1.16.0 milestone Feb 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants