| 1 | { |
| 2 | "$schema": "https://unpkg.com/@changesets/config@3.0.0/schema.json", |
| 3 | "changelog": ["@changesets/changelog-github", { "repo": "mermaid-js/mermaid" }], |
| 4 | "commit": false, |
| 5 | "fixed": [], |
| 6 | "linked": [], |
| 7 | "access": "public", |
| 8 | "baseBranch": "master", |
| 9 | "updateInternalDependencies": "patch", |
| 10 | "bumpVersionsWithWorkspaceProtocolOnly": true, |
| 11 | "ignore": ["@mermaid-js/docs", "@mermaid-js/webpack-test", "@mermaid-js/mermaid-example-diagram"] |
| 12 | } |
| 13 |