mirror of
https://github.com/prompt-security/clawsec.git
synced 2026-06-13 05:28:02 +03:00
db0339084f
* chore(license): migrate repository licensing to AGPL-3.0-or-later * fix(ci): skip skill dry-run when version is unchanged
33 lines
857 B
JSON
33 lines
857 B
JSON
{
|
|
"name": "claw-release",
|
|
"version": "0.0.1",
|
|
"description": "Release automation for Claw skills and website. Guides through version bumping, tagging, and release verification.",
|
|
"author": "prompt-security",
|
|
"license": "AGPL-3.0-or-later",
|
|
"homepage": "https://clawsec.prompt.security",
|
|
"keywords": ["release", "versioning", "deployment", "automation", "ci-cd", "skills"],
|
|
|
|
"sbom": {
|
|
"files": [
|
|
{ "path": "SKILL.md", "required": true, "description": "Release workflow guide" }
|
|
]
|
|
},
|
|
|
|
"openclaw": {
|
|
"emoji": "🚀",
|
|
"category": "utility",
|
|
"internal": true,
|
|
"requires": { "bins": ["git", "jq", "gh"] },
|
|
"triggers": [
|
|
"release skill",
|
|
"create release",
|
|
"bump version",
|
|
"tag release",
|
|
"publish skill",
|
|
"claw release",
|
|
"deploy skill",
|
|
"new version"
|
|
]
|
|
}
|
|
}
|