chore(release): bump all public skills (#283)

* chore(skill): bump clawhub checker release

* chore(release): bump all public skills

* fix(release): require skillspector PR comments

* fix(release): align skill verification versions

* fix(release): checksum standalone release assets

* fix(release): narrow skillspector comment permissions
This commit is contained in:
davida-ps
2026-06-23 11:12:42 +03:00
committed by GitHub
parent 2a76509fcf
commit 6573ee9ecf
51 changed files with 281 additions and 59 deletions
@@ -484,6 +484,13 @@ async function main() {
await cp(path.join(tempSkillDir, "README.md"), path.join(releaseAssetsDir, "README.md"));
}
for (const artifact of ["skill.json", "SKILL.md", "README.md"]) {
if (existsSync(path.join(releaseAssetsDir, artifact))) {
await addReleaseAssetChecksum({ releaseAssetsDir, manifest, asset: artifact });
}
}
await writeJson(path.join(releaseAssetsDir, "checksums.json"), manifest);
const { privateKeyPath, publicKeyPath } = await createSigningKeyPair(tempRoot);
await signFileBase64({
keyPath: privateKeyPath,