Skip to content

Commit 5bd24fb

Browse files
committed
Do not commit any files in lib during release
1 parent 76cc0f6 commit 5bd24fb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build/release.sh

-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then
2929

3030
# commit
3131
git add -A
32-
git add -f lib/ -A
3332
git commit -m "[build] $VERSION $RELEASE_TAG"
3433
npm --no-git-tag-version version $VERSION --message "[release] $VERSION $RELEASE_TAG"
3534

0 commit comments

Comments
 (0)