From 5207b0bcadaa85c19678c82e290cd734f3bdcc82 Mon Sep 17 00:00:00 2001 From: Steve Calvert Date: Sun, 22 Feb 2026 16:29:23 -0800 Subject: [PATCH] fix: add missing plugins to release-it bumper --- .release-it.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.release-it.json b/.release-it.json index 01291f1..1d27457 100644 --- a/.release-it.json +++ b/.release-it.json @@ -48,6 +48,22 @@ { "file": "plugins/glean-code/.claude-plugin/plugin.json", "path": "version" + }, + { + "file": "plugins/glean-dev-docs/.claude-plugin/plugin.json", + "path": "version" + }, + { + "file": "plugins/glean-skills/.claude-plugin/plugin.json", + "path": "version" + }, + { + "file": "plugins/glean-productivity/.claude-plugin/plugin.json", + "path": "version" + }, + { + "file": "plugins/glean-project/.claude-plugin/plugin.json", + "path": "version" } ] }