Skip to content

Commit c118e6d

Browse files
committed
docs: update release workflow name and pre-release suffix guidance
1 parent f6f0972 commit c118e6d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1330,7 +1330,7 @@ Follow these steps to publish a new release:
13301330

13311331
5. **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

13531353
To 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`)
13561356
2. Run `node scripts/sync-manifest-version.cjs`
13571357
3. In the publisher workflow, enter the version and specify the branch name
13581358
4. The package will be published to NPM under the `dev` tag (won't affect `latest`)

0 commit comments

Comments
 (0)