From 065a79f776884a4998f08c691d1e0c9a2395b771 Mon Sep 17 00:00:00 2001 From: Sebastian Mendel Date: Wed, 12 Aug 2026 19:12:06 +0200 Subject: [PATCH] chore(release): v0.10.0 Signed-off-by: Sebastian Mendel --- .claude-plugin/plugin.json | 2 +- plugin.json | 2 +- skills/github-release/SKILL.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index d813904..d2ccf54 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "github-release", - "version": "0.9.0", + "version": "0.10.0", "description": "Safe, automated GitHub releases with supply chain security. Prevents dangerous gh release commands, orchestrates version bumps, signed tags, and CI-driven releases across ecosystems (TYPO3, PHP, Node.js, Go, Python, Rust, skill repos).", "repository": "https://github.com/netresearch/github-release-skill", "license": "(MIT AND CC-BY-SA-4.0)", diff --git a/plugin.json b/plugin.json index 6f502b8..1fbc3a3 100644 --- a/plugin.json +++ b/plugin.json @@ -1,7 +1,7 @@ { "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json", "name": "github-release", - "version": "0.9.0", + "version": "0.10.0", "description": "Safe, automated GitHub releases with supply chain security. Prevents dangerous gh release commands, orchestrates version bumps, signed tags, and CI-driven releases across ecosystems (TYPO3, PHP, Node.js, Go, Python, Rust, skill repos).", "author": { "name": "Netresearch DTT GmbH", diff --git a/skills/github-release/SKILL.md b/skills/github-release/SKILL.md index 581ab35..92d6955 100644 --- a/skills/github-release/SKILL.md +++ b/skills/github-release/SKILL.md @@ -5,7 +5,7 @@ license: "(MIT AND CC-BY-SA-4.0). See LICENSE-MIT and LICENSE-CC-BY-SA-4.0" compatibility: "Requires gh CLI, git with GPG/SSH signing configured." metadata: author: Netresearch DTT GmbH - version: "0.9.0" + version: "0.10.0" repository: https://github.com/netresearch/github-release-skill allowed-tools: Bash(gh:*) Bash(git:*) Read Write Edit Glob Grep ---