mermaid/.changeset/config.json

13 lines
446 B
JSON
Raw Normal View History

2024-08-21 19:54:59 +05:30
{
"$schema": "https://unpkg.com/@changesets/config@3.0.0/schema.json",
2024-08-22 15:57:56 +05:30
"changelog": ["@changesets/changelog-github", { "repo": "mermaid-js/mermaid" }],
2024-08-21 19:54:59 +05:30
"commit": false,
"fixed": [],
"linked": [],
2024-08-22 14:22:33 +05:30
"access": "public",
2024-08-22 14:11:54 +05:30
"baseBranch": "master",
2024-08-21 19:54:59 +05:30
"updateInternalDependencies": "patch",
2024-08-22 19:35:10 +05:30
"bumpVersionsWithWorkspaceProtocolOnly": true,
2024-08-22 14:11:54 +05:30
"ignore": ["@mermaid-js/docs", "@mermaid-js/webpack-test", "@mermaid-js/mermaid-example-diagram"]
2024-08-21 19:54:59 +05:30
}