From 5903ea0e402a98f3b61ac166a82b9f6bb922c7e4 Mon Sep 17 00:00:00 2001 From: fujie Date: Thu, 8 Jan 2026 00:13:23 +0800 Subject: [PATCH] docs: update plugin development workflow with market publishing steps --- .agent/workflows/plugin-development.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.agent/workflows/plugin-development.md b/.agent/workflows/plugin-development.md index 4e23e01..62344c8 100644 --- a/.agent/workflows/plugin-development.md +++ b/.agent/workflows/plugin-development.md @@ -82,6 +82,11 @@ Reference: `.github/workflows/release.yml` - Generates release notes based on changes. - Creates a GitHub Release tag (e.g., `v2024.01.01-1`). - Uploads individual `.py` files of **changed plugins only** as assets. +4. **Market Publishing**: + - Workflow: `.github/workflows/publish_plugin.yml` + - Trigger: Release published. + - Action: Automatically updates the plugin code and metadata on OpenWebUI.com using `scripts/publish_plugin.py`. + - Requirement: `OPENWEBUI_API_KEY` secret must be set. ### Pull Request Check - Workflow: `.github/workflows/plugin-version-check.yml`