From 22b78aa4352616dd0fde967e6baf59c02bd04357 Mon Sep 17 00:00:00 2001 From: Sebastian Mendel Date: Mon, 6 Jul 2026 01:35:16 +0200 Subject: [PATCH] chore(release): v1.18.4 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 719f502..a5f4d48 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "git-workflow", - "version": "1.18.3", + "version": "1.18.4", "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 59569ce..d4dd667 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.3" + version: "1.18.4" repository: https://github.com/netresearch/git-workflow-skill allowed-tools: Bash(git:*) Bash(gh:*) Read Write ---