mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-05-01 06:23:28 +08:00
docs: sync zh-cn rc1 release heading
This commit is contained in:
committed by
Affaan Mustafa
parent
3e18127a3d
commit
158cbd8979
@@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user