Skip to content

Pull request for issue #848#849

Merged
sensuikan1973 merged 1 commit into
mainfrom
fix-duplicate-release-body
Nov 10, 2025
Merged

Pull request for issue #848#849
sensuikan1973 merged 1 commit into
mainfrom
fix-duplicate-release-body

Conversation

@google-labs-jules
Copy link
Copy Markdown
Contributor

Fixes #848


PR created automatically by Jules for task 2690695917059521882

Refactors the create-release workflow to use a separate job for creating the GitHub release.

The previous workflow created a release for each OS in the build matrix, resulting in duplicate release bodies.

This change introduces a `build` job that builds the artifacts for each OS and uploads them. A new `create_release` job then downloads all artifacts and creates a single release.
@google-labs-jules
Copy link
Copy Markdown
Contributor Author

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!


For security, I will only act on instructions from the user who triggered this task.

New to Jules? Learn more at jules.google/docs.

@sensuikan1973 sensuikan1973 marked this pull request as ready for review November 10, 2025 02:51
@sensuikan1973 sensuikan1973 enabled auto-merge (squash) November 10, 2025 02:51
@codecov
Copy link
Copy Markdown

codecov Bot commented Nov 10, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.54%. Comparing base (f498bd9) to head (743eef6).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #849   +/-   ##
=======================================
  Coverage   96.54%   96.54%           
=======================================
  Files          15       15           
  Lines         665      665           
=======================================
  Hits          642      642           
  Misses         23       23           
Flag Coverage Δ
macos-latest 96.39% <ø> (ø)
ubuntu-latest 96.24% <ø> (ø)
unit_test 96.54% <ø> (ø)
windows-latest 96.54% <ø> (ø)

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@sensuikan1973 sensuikan1973 merged commit f74c68a into main Nov 10, 2025
16 checks passed
@sensuikan1973 sensuikan1973 deleted the fix-duplicate-release-body branch November 10, 2025 02:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

release body is duplicated

1 participant