This repository contains the source code for the Mermaid Chart plugins.
This repo uses Changesets for versioning and publishing packages to npm.
When you make changes that should be released:
- Run
pnpm changeset - Select the affected package(s) and version bump (patch/minor/major)
- Add a summary of the change
- Commit the changeset file along with your code changes
After your PR is merged to main, the release workflow will create a "Version Packages" PR. Merging that PR will publish the updated package(s) to npm.
The OpenAPI YAML file is located at ./openapi.yaml.