diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index ae052a2..95e13b6 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "git-workflow", - "version": "1.28.1", + "version": "1.29.0", "description": "Git workflow best practices with commit validation hooks", "author": { "name": "Netresearch DTT GmbH", diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1914f98..ff2674a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,7 +27,7 @@ repos: args: [--allow-multiple-documents] - repo: https://github.com/netresearch/skill-repo-skill - rev: v1.22.0 + rev: v1.36.0 hooks: - id: validate-skill - id: check-version-parity diff --git a/plugin.json b/plugin.json index 831926f..d14484d 100644 --- a/plugin.json +++ b/plugin.json @@ -1,7 +1,7 @@ { "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json", "name": "git-workflow", - "version": "1.28.1", + "version": "1.29.0", "description": "Git workflow best practices with commit validation hooks", "author": { "name": "Netresearch DTT GmbH", diff --git a/skills/git-workflow/SKILL.md b/skills/git-workflow/SKILL.md index 5ed931e..97d0ddd 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.28.1" + version: "1.29.0" repository: https://github.com/netresearch/git-workflow-skill allowed-tools: Bash(git:*) Bash(gh:*) Read Write ---