Commit 23e636d
authored
fix(ci): improve nightly changelog readability and fix null issue titles (#683)
* fix(ci): improve nightly changelog readability
- Fetch issue titles individually via gh issue view (fix null titles)
- PR numbers are clickable links in Feishu card
- Closing issues shown with 📌 prefix, clearly separated from PR title
- Add GitHub Step Summary with version/baseline/changelog table
- Clean PR titles by stripping conventional commit prefix for display
- Three output formats: feishu (links), github (GFM), plain (LLM input)
* fix(ci): parallelize arm64 and x64 release builds
* fix(ci): include merge-commit PR numbers in nightly changelog
Previously only matched squash-merge format '(#123)'. Now also matches
'Merge pull request #123' format, fixing incomplete changelogs when
the commit range includes non-squash merges.1 parent ad6a10e commit 23e636d
2 files changed
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
100 | 102 | | |
101 | | - | |
| 103 | + | |
| 104 | + | |
102 | 105 | | |
103 | 106 | | |
104 | 107 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | 26 | | |
28 | 27 | | |
29 | 28 | | |
| |||
0 commit comments