From cfe5c592e575f645f7c623a0174abec4862c5d76 Mon Sep 17 00:00:00 2001 From: Sebastian Mendel Date: Thu, 16 Jul 2026 09:14:24 +0200 Subject: [PATCH] chore(release): v1.18.6 Signed-off-by: Sebastian Mendel --- .claude-plugin/plugin.json | 2 +- skills/git-workflow/SKILL.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index b4c0937..fa2cc06 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "git-workflow", - "version": "1.18.5", + "version": "1.18.6", "description": "Git workflow best practices with commit validation hooks", "repository": "https://github.com/netresearch/git-workflow-skill", "license": "(MIT AND CC-BY-SA-4.0)", diff --git a/skills/git-workflow/SKILL.md b/skills/git-workflow/SKILL.md index 210c2ee..8945871 100644 --- a/skills/git-workflow/SKILL.md +++ b/skills/git-workflow/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 git, gh CLI; yq for .spec-cleanup.yml." metadata: author: Netresearch DTT GmbH - version: "1.18.5" + version: "1.18.6" repository: https://github.com/netresearch/git-workflow-skill allowed-tools: Bash(git:*) Bash(gh:*) Read Write ---