From 92fc9a2e8fd8e19c5c7e35c2a10c91e5ad215614 Mon Sep 17 00:00:00 2001 From: Sebastian Mendel Date: Wed, 1 Jul 2026 15:15:39 +0200 Subject: [PATCH] chore(release): v0.8.2 Signed-off-by: Sebastian Mendel --- .claude-plugin/plugin.json | 2 +- skills/github-release/SKILL.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 9ae9067..f440f35 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "github-release", - "version": "0.8.1", + "version": "0.8.2", "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/skills/github-release/SKILL.md b/skills/github-release/SKILL.md index 0300313..ee4bb6f 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.8.1" + version: "0.8.2" repository: https://github.com/netresearch/github-release-skill allowed-tools: Bash(gh:*) Bash(git:*) Read Write Edit Glob Grep ---