mirror of
https://github.com/zhigang1992/docsify.git
synced 2026-01-12 17:13:13 +08:00
Do not commit any files in lib during release
This commit is contained in:
@@ -29,7 +29,6 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then
|
||||
|
||||
# commit
|
||||
git add -A
|
||||
git add -f lib/ -A
|
||||
git commit -m "[build] $VERSION $RELEASE_TAG"
|
||||
npm --no-git-tag-version version $VERSION --message "[release] $VERSION $RELEASE_TAG"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user