You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/README.md
+2-12Lines changed: 2 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,18 +102,8 @@ All checks will pass in both PR and merge queue contexts (either by running or b
102
102
103
103
### prepare-release.yml
104
104
- **Triggers**: `workflow_dispatch` with inputs: `version`, `release_type` (stable/alpha/beta/rc), `prerelease_number`, `ref`
105
-
- **Stable releases**: Creates a `release/<version>` branch, bumps versions in pyproject.toml/plugin.json/marketplace.json, updates CHANGELOG.md, runs `uv sync`, and opens a PR with the `release` label
106
-
- **Pre-releases**: Checks out the specified `ref` branch, bumps versions (PEP 440 for PyPI, semver for plugin.json), pins `.mcp.json` to the pre-release PyPI package, force-pushes to the `pre-release` branch, tags, and creates a GitHub Release directly (no PR)
107
-
108
-
### publish-release.yml
109
-
- **Triggers**: `pull_request` (closed) — only when merged with the `release` label
110
-
- **Jobs**: Extracts version from PR title, creates a git tag, extracts release notes from CHANGELOG.md, and creates a GitHub Release
111
-
- Uses `RELEASE_TOKEN` (PAT) so the created release triggers `release.yml`
112
-
113
-
### prepare-release.yml
114
-
- **Triggers**: `workflow_dispatch` with inputs: `version`, `release_type` (stable/alpha/beta/rc), `prerelease_number`, `ref`
115
-
- **Stable releases**: Creates a `release/<version>` branch, bumps versions in pyproject.toml/plugin.json/marketplace.json, updates CHANGELOG.md, runs `uv sync`, and opens a PR with the `release` label
116
-
- **Pre-releases**: Checks out the specified `ref` branch, bumps versions (PEP 440 for PyPI, semver for plugin.json), pins `.mcp.json` to the pre-release PyPI package, force-pushes to the `pre-release` branch, tags, and creates a GitHub Release directly (no PR)
105
+
- **Stable releases**: Creates a `release/<version>` branch, bumps versions in pyproject.toml/__init__.py/plugin.json/marketplace.json, updates CHANGELOG.md, runs `uv sync`, and opens a PR with the `release` label
106
+
- **Pre-releases**: Checks out the specified `ref` branch, bumps versions in pyproject.toml/__init__.py/plugin.json/marketplace.json (PEP 440 for PyPI, semver for plugin.json/marketplace.json), pins `.mcp.json` to the pre-release PyPI package, force-pushes to the `pre-release` branch, tags, and creates a GitHub Release directly (no PR)
117
107
118
108
### publish-release.yml
119
109
- **Triggers**: `pull_request` (closed) — only when merged with the `release` label
0 commit comments