Tags: codellm-devkit/codeanalyzer-python
Tags
ci(release): make changelog builder non-fatal The auto-generated PR-diff changelog (mikepenz/release-changelog-builder-action) fails the release when GitHub's compare API returns "no common ancestor" for the tag range — a quirk of the force-pushed/merge topology between v0.1.x and v0.2.0, not a real history break (v0.1.14 is a direct ancestor of v0.2.0 locally). Set failOnError: "false" + continue-on-error so a failed PR-diff degrades to an empty "Detailed Changes" section instead of aborting the release. The CHANGELOG.md entry (via changelog-reader) remains the source of truth for the release notes. Matches the codeanalyzer-typescript release workflow.
PreviousNext