We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5faaf29 commit 23467ceCopy full SHA for 23467ce
scripts/release.sh
@@ -4,8 +4,7 @@ read VERSION
4
5
read -p "Releasing $VERSION - are you sure? (y/n)" -n 1 -r
6
echo # (optional) move to a new line
7
-if [[ $REPLY =~ ^[Yy]$ ]]
8
-then
+if [[ $REPLY =~ ^[Yy]$ ]]; then
9
echo "Releasing $VERSION ..."
10
11
# lint and test
0 commit comments