Skip to content

Simplify release workflow#2679

Merged
martincostello merged 3 commits into
mainfrom
simplify-release-workflow
Jul 22, 2025
Merged

Simplify release workflow#2679
martincostello merged 3 commits into
mainfrom
simplify-release-workflow

Conversation

@martincostello

Copy link
Copy Markdown
Member

With #2678, the release draft can be created in one request, rather than generating the notes and then manually editing them first.

With #2678, the release draft can be created in one request, rather than generating the notes and then manually editing them.
Copilot AI review requested due to automatic review settings July 22, 2025 11:13

Copilot AI left a comment

Copy link
Copy Markdown

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 GitHub release workflow by leveraging the native generate_release_notes feature instead of manually generating and filtering release notes. The change reduces code complexity by removing manual note generation and filtering logic.

  • Replaces manual release note generation with GitHub's built-in generate_release_notes parameter
  • Moves bot exclusion logic from JavaScript filtering to the .github/release.yml configuration file
  • Reduces the workflow code by eliminating intermediate variables and filtering operations

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
.github/workflows/release.yml Removes manual release note generation and filtering, uses generate_release_notes: true parameter
.github/release.yml Adds github-actions[bot] to the excluded authors list for automatic release note generation

Comment thread .github/workflows/release.yml Outdated
Comment thread .github/workflows/release.yml Outdated
Fix wrong variable name.
Remove undefined and now unused variable.
@martincostello martincostello enabled auto-merge (squash) July 22, 2025 11:18
@codecov

codecov Bot commented Jul 22, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.23%. Comparing base (f160c6e) to head (0c6d2de).
⚠️ Report is 285 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2679   +/-   ##
=======================================
  Coverage   96.23%   96.23%           
=======================================
  Files         311      311           
  Lines        7322     7322           
  Branches     1012     1012           
=======================================
  Hits         7046     7046           
  Misses        222      222           
  Partials       54       54           
Flag Coverage Δ
linux 96.23% <ø> (ø)
macos 96.23% <ø> (ø)
windows 96.22% <ø> (ø)

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.

@martincostello martincostello merged commit bbbb03e into main Jul 22, 2025
26 checks passed
@martincostello martincostello deleted the simplify-release-workflow branch July 22, 2025 11:26
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.

2 participants