Commit 3a7f9e4
fix: inline changelog generation into release-dispatch workflow
The changelog-generation workflow ran as a separate job after the release
PR was created, pushing a second commit to the PR branch. This caused a
race condition where the test/quality CI checks would run on the first
commit but not re-trigger on the changelog commit, leaving required
status checks permanently pending and blocking the PR from merging.
Move changelog generation into release-dispatch before PR creation so
that peter-evans/create-pull-request includes both version bumps and
changelog in a single commit. Delete the now-unnecessary
changelog-generation workflow.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 0c7e6a7 commit 3a7f9e4
File tree
2 files changed
+51
-108
lines changed- .github/workflows
2 files changed
+51
-108
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
| |||
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
41 | 92 | | |
42 | 93 | | |
43 | 94 | | |
| |||
0 commit comments