Ensure changeset PRs produce correct and minimal release automation output.
Apply these rules before submitting:
major: reserved for breaking changes.patch: bug fixes / no user-facing behavior change.minor: non-breaking new functionality/improvements that affect users.chore) when major/minor/patch is expected.Example (correct semver selection + scoped header):
---
'mermaid': patch
---
fix: Correct diagram rendering regression
Example (split multi-package change into separate files):
@mermaid-js/examplesmermaid
with each file containing only its relevant release-note text and semver decision.Enter the URL of a public GitHub repository