fix(ci): add brewtools to release install instructions

This commit is contained in:
kochetkov-ma
2026-04-02 14:09:43 +01:00
parent 2aeff9a6d5
commit bad76bafff
+1 -1
View File
@@ -64,7 +64,7 @@ jobs:
echo "$BODY" > /tmp/release-body.md
# Append install instructions
printf '\n---\n\n## Quick Install\n\n```bash\n# 1. Add marketplace (one-time)\nclaude plugin marketplace add https://github.com/kochetkov-ma/claude-brewcode\n\n# 2. Install plugins\nclaude plugin install brewcode@claude-brewcode\nclaude plugin install brewdoc@claude-brewcode\n```\n\n## Already installed? Update\n\n```bash\nclaude plugin marketplace update claude-brewcode\nclaude plugin update brewcode@claude-brewcode\nclaude plugin update brewdoc@claude-brewcode\n```\n' >> /tmp/release-body.md
printf '\n---\n\n## Quick Install\n\n```bash\n# 1. Add marketplace (one-time)\nclaude plugin marketplace add https://github.com/kochetkov-ma/claude-brewcode\n\n# 2. Install plugins\nclaude plugin install brewcode@claude-brewcode\nclaude plugin install brewdoc@claude-brewcode\nclaude plugin install brewtools@claude-brewcode\n```\n\n## Already installed? Update\n\n```bash\nclaude plugin marketplace update claude-brewcode\nclaude plugin update brewcode@claude-brewcode\nclaude plugin update brewdoc@claude-brewcode\nclaude plugin update brewtools@claude-brewcode\n```\n' >> /tmp/release-body.md
echo "Release body written to /tmp/release-body.md"
echo "--- Preview (first 20 lines) ---"