Do not commit any files in lib during release
This commit is contained in:
parent
7a838d1b24
commit
e8dc5229de
1 changed files with 0 additions and 1 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue