| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## master #2074 +/- ##
=======================================
Coverage 98.26% 98.26%
=======================================
Files 61 61
Lines 2829 2829
=======================================
Hits 2780 2780
Misses 49 49 ☔ View full report in Codecov by Harness. |
Sorry, something went wrong.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
|
Thanks for quick review! (I'm still reading the root cause analysis from AI) |
Sorry, something went wrong.
🔍 Commitizen bump previewNo commits in this PR are eligible for a version bump. |
Sorry, something went wrong.
* ci: restore changelog updates Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> * ci: configure changelog updates on bump Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
| Back | FazBrowse Home | New Git URL |
Description
The release workflow stopped committing CHANGELOG.md after migrating from commitizen-action to setup-cz, because the replacement configuration no longer enabled changelog updates during cz bump. GitHub release notes continued to be generated into a temporary file, leaving the repository changelog stale after v4.13.9.
This enables changelog generation on bump, uses incremental generation to preserve historical manual edits, and backfills all 13 releases from v4.13.10 through v4.18.0. It also documents release-triggering Conventional Commit and PR title types for AI agents to prevent CI-only changes from causing patch releases.
Checklist
Was generative AI tooling used to co-author this PR?
Generated-by: GitHub Copilot following the guidelines
Code Changes
Documentation Changes
The repository changelog is backfilled from the existing release tags, and AGENTS.md now explains which commit and PR title types trigger releases.
Expected Behavior
Each successful automated version bump commits the new changelog entry to CHANGELOG.md. Incremental generation updates only releases newer than the latest version already present.
Steps to Test This Pull Request
Additional Context
The regression was introduced in PR #1924 by commit 97fb356d, which replaced commitizen-action (defaulting to --changelog) with a direct cz bump --yes invocation without the equivalent configuration.