Skip to content

chore: simplify release workflow#5654

Merged
remyleone merged 1 commit into
mainfrom
wasm_release
Jun 8, 2026
Merged

chore: simplify release workflow#5654
remyleone merged 1 commit into
mainfrom
wasm_release

Conversation

@remyleone

Copy link
Copy Markdown
Member

Community Note

  • Please vote on this pull request by adding a 👍 reaction to the original pull request comment to help the community and maintainers prioritize this request.
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for pull request followers and do not help prioritize the request

Relates OR Closes #0000

Release note for CHANGELOG:


Copilot AI review requested due to automatic review settings June 8, 2026 12:36
@codecov-commenter

codecov-commenter commented Jun 8, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 50.78%. Comparing base (6707ff7) to head (e220ab3).
⚠️ Report is 1 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5654   +/-   ##
=======================================
  Coverage   50.78%   50.78%           
=======================================
  Files         340      340           
  Lines       77930    77930           
=======================================
  Hits        39577    39577           
  Misses      36857    36857           
  Partials     1496     1496           

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

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@remyleone remyleone enabled auto-merge June 8, 2026 12:45
@remyleone remyleone added this pull request to the merge queue Jun 8, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR simplifies the tag-based release workflow by collapsing the former multi-job pipeline into a single “release” job, aiming to reduce duplicated setup and streamline the publishing flow.

Changes:

  • Renames and consolidates the release workflow jobs into a single release job.
  • Moves WebAssembly build/version/publish steps into the consolidated job.
  • Keeps GoReleaser invocation within the same job (but currently after the WASM publish steps).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/release.yml
Merged via the queue into main with commit 68a9cb3 Jun 8, 2026
123 checks passed
@remyleone remyleone deleted the wasm_release branch June 8, 2026 13:11
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.

4 participants