chore(claw-release): bump version to 0.0.5

This commit is contained in:
Claude
2026-06-11 06:43:50 +00:00
parent 5da8fb808d
commit c5fe8ca54c
2 changed files with 28 additions and 8 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
---
name: claw-release
version: 0.0.4
version: 0.0.5
description: Release automation for Claw skills and website. Guides through version bumping, tagging, and release verification.
homepage: https://clawsec.prompt.security
metadata:
+27 -7
View File
@@ -1,24 +1,44 @@
{
"name": "claw-release",
"version": "0.0.4",
"version": "0.0.5",
"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"],
"keywords": [
"release",
"versioning",
"deployment",
"automation",
"ci-cd",
"skills"
],
"sbom": {
"files": [
{ "path": "SKILL.md", "required": true, "description": "Release workflow guide" },
{ "path": "CHANGELOG.md", "required": true, "description": "Version history and release notes" }
{
"path": "SKILL.md",
"required": true,
"description": "Release workflow guide"
},
{
"path": "CHANGELOG.md",
"required": true,
"description": "Version history and release notes"
}
]
},
"openclaw": {
"emoji": "🚀",
"category": "utility",
"internal": true,
"requires": { "bins": ["bash", "git", "jq", "gh"] },
"requires": {
"bins": [
"bash",
"git",
"jq",
"gh"
]
},
"runtime": {
"required_env": [
"GH_TOKEN or existing gh auth"