Commit 2985167
committed
ci: restore conventional-commit release notes with contributors
PR #136 replaced the custom release-notes.mjs script with
ncipollo/release-action's generateReleaseNotes, which relies on
PR labels that nobody applies — resulting in empty release notes.
Restore the script that parses conventional commit prefixes (feat,
fix, etc.) directly from git log, groups them into Features & Polish
/ Fixes / Misc buckets with collapsible details, and appends a
Contributors section with first-time contributor welcome.
Wire it into the publish-release job: preface + script output →
RELEASE_BODY.md, replacing generateReleaseNotes.1 parent 5b79730 commit 2985167
4 files changed
Lines changed: 639 additions & 53 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
1 | 4 | | |
2 | 5 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | 6 | | |
19 | 7 | | |
20 | | - | |
21 | | - | |
22 | | - | |
| 8 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
399 | 399 | | |
400 | 400 | | |
401 | 401 | | |
402 | | - | |
403 | | - | |
404 | | - | |
405 | | - | |
406 | | - | |
407 | | - | |
408 | | - | |
409 | | - | |
410 | | - | |
411 | | - | |
412 | | - | |
413 | | - | |
414 | | - | |
415 | | - | |
416 | | - | |
417 | | - | |
418 | | - | |
419 | | - | |
420 | | - | |
421 | | - | |
422 | | - | |
423 | | - | |
424 | | - | |
425 | | - | |
426 | | - | |
427 | | - | |
428 | | - | |
429 | | - | |
430 | | - | |
431 | | - | |
432 | | - | |
433 | | - | |
434 | 402 | | |
435 | 403 | | |
436 | 404 | | |
| |||
504 | 472 | | |
505 | 473 | | |
506 | 474 | | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
507 | 485 | | |
508 | 486 | | |
509 | 487 | | |
| |||
544 | 522 | | |
545 | 523 | | |
546 | 524 | | |
547 | | - | |
548 | | - | |
549 | | - | |
| 525 | + | |
550 | 526 | | |
551 | 527 | | |
552 | 528 | | |
| |||
0 commit comments