File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1330,7 +1330,7 @@ Follow these steps to publish a new release:
13301330
133113315 . ** Publish via the [ mcp-server-publisher] ( https://github.com/mapbox/mcp-server-publisher ) workflow:**
13321332 - Go to the Actions tab in the ` mcp-server-publisher ` repo
1333- - Select "Manual Release MCP Server to NPM and MCP Registry "
1333+ - Select "Release MCP Server"
13341334 - Choose ` mcp-devkit-server ` from the repository dropdown
13351335 - Enter the version — it ** must exactly match** the ` package.json ` version
13361336 - Leave the branch field empty for stable releases (or specify a branch for dev releases)
@@ -1352,7 +1352,7 @@ The `sync-manifest-version.cjs` script handles syncing these automatically from
13521352
13531353To publish a pre-release from a feature branch:
13541354
1355- 1 . Set the version in ` package.json ` with a pre-release suffix (e.g., ` 1.0.0-dev ` or ` 1.0.0-beta ` )
1355+ 1 . Set the version in ` package.json ` with a pre-release suffix ` -dev ` (e.g., ` 1.0.0-dev ` )
135613562 . Run ` node scripts/sync-manifest-version.cjs `
135713573 . In the publisher workflow, enter the version and specify the branch name
135813584 . The package will be published to NPM under the ` dev ` tag (won't affect ` latest ` )
You can’t perform that action at this time.
0 commit comments