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) .goreleaser.yml update release notes when release is created via GitHub UI #1831

Merged
merged 1 commit into from
Mar 4, 2025

Conversation

camilamacedo86
Copy link
Contributor

@camilamacedo86 camilamacedo86 commented Mar 4, 2025

f the release is created via the GitHub UI, GoReleaser fails because it detects that the release already exists. It should be configured to allow GoReleaser to update the existing release instead of failing.

Closes: #1591

More info: https://goreleaser.com/customization/release/#github

@camilamacedo86 camilamacedo86 requested a review from a team as a code owner March 4, 2025 02:23
Copy link

netlify bot commented Mar 4, 2025

Deploy Preview for olmv1 ready!

Name Link
🔨 Latest commit eec31d4
🔍 Latest deploy log https://app.netlify.com/sites/olmv1/deploys/67c6641bd2ad87000870ab17
😎 Deploy Preview https://deploy-preview-1831--olmv1.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

codecov bot commented Mar 4, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 68.42%. Comparing base (63472e0) to head (eec31d4).
Report is 5 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1831      +/-   ##
==========================================
- Coverage   68.50%   68.42%   -0.08%     
==========================================
  Files          63       63              
  Lines        5134     5134              
==========================================
- Hits         3517     3513       -4     
- Misses       1388     1391       +3     
- Partials      229      230       +1     
Flag Coverage Δ
e2e 51.65% <ø> (-0.08%) ⬇️
unit 56.01% <ø> (-0.02%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@perdasilva perdasilva added this pull request to the merge queue Mar 4, 2025
Merged via the queue into operator-framework:main with commit 95f4638 Mar 4, 2025
19 of 20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Installation instructions missing for the latest releases
2 participants