Skip to content

Commit

Permalink
chore: 🔧发布时不再更新文档
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyjone committed May 24, 2023
1 parent b498a56 commit 2a87749
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,4 @@
"path": "node_modules/cz-git"
}
}
}
}
14 changes: 7 additions & 7 deletions scripts/update-doc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ then
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!"
# 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 2a87749

Please sign in to comment.