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:
18
.github/agents/release-prep.agent.md
vendored
18
.github/agents/release-prep.agent.md
vendored
@@ -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.**
|
||||
|
||||
Reference in New Issue
Block a user