Commit 73e62a0
committed
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.1 parent d39c553 commit 73e62a0
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| 100 | + | |
100 | 101 | | |
101 | 102 | | |
102 | | - | |
| 103 | + | |
103 | 104 | | |
104 | 105 | | |
105 | 106 | | |
| |||
0 commit comments