docs: add batch plugin installation guide to release-prep agent

- Add 'Post-Release: Batch Plugin Installation' section to release-prep.agent.md
- Include quick start commands for users to install all plugins after release
- Direct users to deployment guide for detailed instructions
This commit is contained in:
fujie
2026-03-09 21:59:41 +08:00
parent 5dd9d6cc56
commit b75fd96e4a

View File

@@ -78,5 +78,23 @@ Plugin: {type}/{name} → v{new_version}
### Verification Status
{filled-in 9-file checklist for each changed plugin}
## Post-Release: Batch Plugin Installation
After release is published, users can quickly install all plugins:
```bash
# Clone the repository
git clone https://github.com/Fu-Jie/openwebui-extensions.git
cd openwebui-extensions
# Setup API key
echo "api_key=sk-your-api-key-here" > scripts/.env
# Install all plugins at once
python scripts/install_all_plugins.py
```
See: [Deployment Guide](./scripts/DEPLOYMENT_GUIDE.md)
---
⚠️ **Waiting for user confirmation — no git operations will run until explicitly approved.**