Commit a25e838
committed
fix(core): use unified release body from root CHANGELOG.md in fixed mode
Fixed mode writes a single root CHANGELOG.md, but buildFixedReleaseBody()
was iterating per-package and creating duplicate sections or falling back
to per-package commit logs. Simplify to delegate to buildReleaseBody()
without pkgPath, which naturally reads the root CHANGELOG and produces
a unified commit list as fallback.1 parent 94f4300 commit a25e838
File tree
2 files changed
+239
-173
lines changed- packages/core
- src/tasks
- tests/unit/tasks
2 files changed
+239
-173
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
138 | 129 | | |
139 | 130 | | |
140 | 131 | | |
| |||
0 commit comments