Skip to content

chore(ci): generate changelog on pushes to main#3951

Merged
jamesarich merged 1 commit into
mainfrom
chore/workflows
Dec 10, 2025
Merged

chore(ci): generate changelog on pushes to main#3951
jamesarich merged 1 commit into
mainfrom
chore/workflows

Conversation

@jamesarich

Copy link
Copy Markdown
Collaborator

This commit introduces a new GitHub Actions workflow to automatically generate a changelog on every push to the main branch.

  • Adds the main-push-changelog.yml workflow, which triggers on pushes to main.
  • The workflow identifies the most recent production tag (e.g., vX.Y.Z).
  • It then generates and prints a summary of all changes committed since that tag.
  • Removes the push trigger from the pull-request.yml workflow to avoid redundant runs, dedicating it solely to pull requests.

This commit introduces a new GitHub Actions workflow to automatically generate a changelog on every push to the `main` branch.

- Adds the `main-push-changelog.yml` workflow, which triggers on pushes to `main`.
- The workflow identifies the most recent production tag (e.g., `vX.Y.Z`).
- It then generates and prints a summary of all changes committed since that tag.
- Removes the `push` trigger from the `pull-request.yml` workflow to avoid redundant runs, dedicating it solely to pull requests.

Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
@jamesarich jamesarich enabled auto-merge December 10, 2025 15:49
@codecov

codecov Bot commented Dec 10, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 0.52%. Comparing base (03ed85d) to head (a533760).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@          Coverage Diff          @@
##            main   #3951   +/-   ##
=====================================
  Coverage   0.52%   0.52%           
=====================================
  Files        394     394           
  Lines      23161   23161           
  Branches    2939    2939           
=====================================
  Hits         122     122           
  Misses     23018   23018           
  Partials      21      21           

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

@jamesarich jamesarich added this pull request to the merge queue Dec 10, 2025
Merged via the queue into main with commit 431c7bc Dec 10, 2025
8 checks passed
@jamesarich jamesarich deleted the chore/workflows branch December 10, 2025 16:18
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.

1 participant