Commit 014e38b
committed
fix(release): publish CCSwitchMulti release notes
Root cause: GitHub build releases were using the pushed fork tag correctly, but the release title and body still came from the generic upstream-style CC Switch template, so v3.16.4-11 lacked our detailed CCSwitchMulti feature and bug-fix notes.
Change: make publish-release checkout docs, generate release-body.md from docs/release-notes/<tag>-zh.md plus download notes, set the release title to CCSwitchMulti <tag>, expand v3.16.4-11 notes with concrete feature updates and bug fixes, and record the release-body rule in memory.md.
Live follow-up: edited the existing v3.16.4-11 GitHub release title/body to CCSwitchMulti v3.16.4-11 with the detailed notes.
Validation: pnpm exec prettier --check .github/workflows/release.yml docs/release-notes/v3.16.4-11-zh.md memory.md; pnpm dlx js-yaml .github/workflows/release.yml; git diff --check.1 parent a4c2248 commit 014e38b
3 files changed
Lines changed: 76 additions & 28 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
708 | 708 | | |
709 | 709 | | |
710 | 710 | | |
| 711 | + | |
| 712 | + | |
| 713 | + | |
711 | 714 | | |
712 | 715 | | |
713 | 716 | | |
| |||
721 | 724 | | |
722 | 725 | | |
723 | 726 | | |
724 | | - | |
725 | | - | |
726 | | - | |
727 | | - | |
728 | | - | |
729 | | - | |
730 | | - | |
731 | | - | |
| 727 | + | |
| 728 | + | |
| 729 | + | |
| 730 | + | |
| 731 | + | |
| 732 | + | |
| 733 | + | |
| 734 | + | |
| 735 | + | |
| 736 | + | |
| 737 | + | |
| 738 | + | |
| 739 | + | |
| 740 | + | |
| 741 | + | |
| 742 | + | |
| 743 | + | |
732 | 744 | | |
733 | | - | |
| 745 | + | |
| 746 | + | |
| 747 | + | |
| 748 | + | |
| 749 | + | |
734 | 750 | | |
735 | | - | |
| 751 | + | |
736 | 752 | | |
737 | | - | |
| 753 | + | |
738 | 754 | | |
739 | | - | |
740 | | - | |
741 | | - | |
742 | | - | |
743 | | - | |
| 755 | + | |
744 | 756 | | |
745 | | - | |
| 757 | + | |
| 758 | + | |
| 759 | + | |
| 760 | + | |
746 | 761 | | |
747 | | - | |
748 | | - | |
| 762 | + | |
| 763 | + | |
| 764 | + | |
| 765 | + | |
| 766 | + | |
| 767 | + | |
| 768 | + | |
749 | 769 | | |
750 | 770 | | |
751 | 771 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
10 | 11 | | |
11 | | - | |
| 12 | + | |
12 | 13 | | |
13 | | - | |
14 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
3 | 10 | | |
4 | 11 | | |
5 | 12 | | |
| |||
0 commit comments