Releasing
Releases are automated but intentionally gated. The documented maintainer flow is:
- merge conventional changes to
master; - Release Please prepares or updates a release PR when its repository token is configured;
- merge the release PR;
- publish the resulting Git tag;
- the tag workflow reruns verification and package smoke tests;
- npm publishing uses trusted OIDC and the MCP Registry publisher.
Stable versions use npm dist-tag latest; prereleases use beta. The tag version must exactly match package.json and belong to master.
This documentation does not grant permission to publish. See the repository's release guide.