docs: fix v11.15.0 release#7739
Conversation
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #7739 +/- ##
=========================================
- Coverage 3.34% 3.34% -0.01%
=========================================
Files 542 543 +1
Lines 56967 56978 +11
Branches 843 843
=========================================
Hits 1908 1908
- Misses 55059 55070 +11
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
|
The latest updates on your projects. Learn more about Argos notifications ↗︎
|
📑 Summary
Note
This PR targets the
masterbranch, notdevelopFixes #7738
I'm not 100% sure why, but the automated changeset PR didn't run
pnpm --filter mermaid run docs:release-version && pnpm --filter mermaid run docs:buildcorrectly. I've run it again, and this one seems to have worked.Fixes: abfb563
📏 Design Decisions
N/A
📋 Tasks
Make sure you
MERMAID_RELEASE_VERSIONis used for all new features.pnpm changesetand following the prompts. Changesets that add features should beminorand those that fix bugs should bepatch. Please prefix changeset messages withfeat:,fix:, orchore:.