Skip to content

Commit

Permalink
chore: 🐳
Browse files Browse the repository at this point in the history
  • Loading branch information
xpyjs committed Oct 10, 2023
1 parent 05dab9a commit 3e1aeb8
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions scripts/update-doc.sh
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
#!/usr/bin/env bash
if [ "$1" ];
then
VERSION=$1
else
VERSION=$(node -p "require('./package.json').version")
fi
# node sundry/updateDoc.ts $VERSION
# cd docs
# npm version $VERSION
# cd ..
# git add ./docs/*
# git commit -m "docs(release): v$VERSION"
echo "Docs v$VERSION update succeeded!"
#!/usr/bin/env bash
# if [ "$1" ];
# then
# VERSION=$1
# else
# VERSION=$(node -p "require('./package.json').version")
# fi
# node sundry/updateDoc.ts $VERSION
# cd docs
# npm version $VERSION
# cd ..
# git add ./docs/*
# git commit -m "docs(release): v$VERSION"
# echo "Docs v$VERSION update succeeded!"

0 comments on commit 3e1aeb8

Please sign in to comment.