We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76cc0f6 commit 5bd24fbCopy full SHA for 5bd24fb
build/release.sh
@@ -29,7 +29,6 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then
29
30
# commit
31
git add -A
32
- git add -f lib/ -A
33
git commit -m "[build] $VERSION $RELEASE_TAG"
34
npm --no-git-tag-version version $VERSION --message "[release] $VERSION $RELEASE_TAG"
35
0 commit comments