Do not commit any files in lib during release

This commit is contained in:
Anton Wilhelm 2019-05-05 18:35:34 +02:00
parent 76cc0f672b
commit 5bd24fb83c

View File

@ -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"