diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 5d17439..1413f1a 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,5 +1,5 @@ { "plugins/trogonstack-diataxis": "0.0.2", - "plugins/trogonstack-gh": "0.0.1", + "plugins/trogonstack-gh": "0.0.2", "plugins/trogonstack-nats": "0.0.2" } diff --git a/plugins/trogonstack-gh/.claude-plugin/plugin.json b/plugins/trogonstack-gh/.claude-plugin/plugin.json index 747e5d9..ba31d43 100644 --- a/plugins/trogonstack-gh/.claude-plugin/plugin.json +++ b/plugins/trogonstack-gh/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "trogonstack-gh", "description": "GitHub workflow skills for enriching PR descriptions, automating code review context, and streamlining collaboration through the gh CLI", - "version": "0.0.1", + "version": "0.0.2", "author": { "name": "TrogonStack", "url": "https://github.com/TrogonStack" diff --git a/plugins/trogonstack-gh/CHANGELOG.md b/plugins/trogonstack-gh/CHANGELOG.md new file mode 100644 index 0000000..cf7ccd7 --- /dev/null +++ b/plugins/trogonstack-gh/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.0.2](https://github.com/TrogonStack/agentskills/compare/trogonstack-gh@v0.0.1...trogonstack-gh@v0.0.2) (2026-02-22) + + +### Bug Fixes + +* Restructure into per-plugin directories with trogonstack- prefix ([#9](https://github.com/TrogonStack/agentskills/issues/9)) ([1074076](https://github.com/TrogonStack/agentskills/commit/1074076774025e26bfcb86ccaa7cd3ac21f246df))