From 558f6530d07f00ea596d997efdbef344d9ee90a4 Mon Sep 17 00:00:00 2001 From: Sebastian Mendel Date: Mon, 13 Jul 2026 21:52:30 +0200 Subject: [PATCH] chore(release): v2.15.7 Signed-off-by: Sebastian Mendel --- .claude-plugin/plugin.json | 2 +- skills/github-project/SKILL.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index be3a41f..66b4800 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "github-project", - "version": "2.15.6", + "version": "2.15.7", "description": "GitHub repository setup, branch protection, and configuration", "repository": "https://github.com/netresearch/github-project-skill", "license": "(MIT AND CC-BY-SA-4.0)", diff --git a/skills/github-project/SKILL.md b/skills/github-project/SKILL.md index 456e403..92ab7d7 100644 --- a/skills/github-project/SKILL.md +++ b/skills/github-project/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." metadata: author: Netresearch DTT GmbH - version: "2.15.6" + version: "2.15.7" repository: https://github.com/netresearch/github-project-skill allowed-tools: Bash(gh:*) Bash(git:*) Bash(grep:*) Read Write ---