We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8023bd commit fa8155cCopy full SHA for fa8155c
scripts/release.sh
@@ -18,7 +18,7 @@ select VERSION in patch minor major "Specific Version"
18
read -p "Release $VERSION - are you sure? (y/n) " -n 1 -r
19
echo
20
21
- if [[ $REPLY =~ ^[Yy]$ ]]; then
+ if [[ $REPLY =~ ^[Yy]$ || -z $REPLY ]]; then
22
# pre release task
23
npm run lint
24
npm run test
0 commit comments