mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-02 16:29:47 +02:00
parent
43e0221b56
commit
bf6074c4c2
9 changed files with 929 additions and 3 deletions
|
@ -36,7 +36,7 @@ select VERSION in patch minor major "Specific Version"
|
|||
# Create new branch
|
||||
git checkout -B $NEW_VERSION master
|
||||
# Cut docusaurus docs version
|
||||
cd ../website-1.x && yarn $DOCS_VERSION_COMMAND $NEW_VERSION
|
||||
cd ../../website-1.x && yarn $DOCS_VERSION_COMMAND $NEW_VERSION
|
||||
|
||||
# Create commit
|
||||
git add ../
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue