|
|
@@ -92,6 +92,7 @@ commits.forEach(c => {
|
|
|
const now = new Date().toISOString().slice(0, 10);
|
|
|
let block = `\n## v${version} (${now})\n\n`;
|
|
|
for (const [cat, items] of Object.entries(grouped)) {
|
|
|
+ if (cat === '工程化') continue;
|
|
|
block += `### ${cat}\n${items.join('\n')}\n\n`;
|
|
|
}
|
|
|
|