docs: sync zh-cn rc1 release heading

This commit is contained in:
Affaan Mustafa
2026-04-30 04:25:37 -04:00
committed by Affaan Mustafa
parent 3e18127a3d
commit 158cbd8979
2 changed files with 17 additions and 0 deletions

View File

@@ -178,6 +178,14 @@ test('README.zh-CN.md latest release heading matches package.json', () => {
);
});
test('docs/zh-CN/README.md latest release heading matches package.json', () => {
const source = fs.readFileSync(zhCnReadmePath, 'utf8');
assert.ok(
source.includes(`### v${expectedVersion} `),
'Expected docs/zh-CN/README.md to advertise the current release heading',
);
});
// ── Claude plugin manifest ────────────────────────────────────────────────────
console.log('\n=== .claude-plugin/plugin.json ===\n');