Updating to 8.5.2 beta

This commit is contained in:
Knut Sveidqvist
2020-06-06 10:39:02 +02:00
parent f5a0a09151
commit 54f9010141
5 changed files with 381 additions and 26 deletions
+14
View File
@@ -0,0 +1,14 @@
#!/bin/bash
# Clone mermaid-js/docs parallel with the mermaid live editor
# git clone git@github.com:mermaid-js/docs.git
# git clone https://github.com/mermaid-js/docs.git
yarn release
pushd .
cp -r docs/* ../docs/mermaid-live-editor-beta
cd ../docs
git commit * -m "Beta updated with latest changes"
git push
popd