mirror of
https://github.com/docsifyjs/docsify.git
synced 2025-12-08 19:55:52 +00:00
chore: ignore ./lib , force add ./lib on release (#283)
This commit is contained in:
parent
f7cf95a771
commit
470ee474d4
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,4 +1,5 @@
|
||||
*.log
|
||||
.DS_Store
|
||||
/themes
|
||||
/themes/
|
||||
node_modules
|
||||
/lib/
|
||||
|
||||
@ -29,6 +29,7 @@ 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"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user