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 47641d6 commit e82fbb0Copy full SHA for e82fbb0
scripts/release.sh
@@ -2,11 +2,11 @@ set -e
2
echo "Enter release version: "
3
read VERSION
4
5
-read -p "Releasing $VERSION - are you sure? (y/n)" -n 1 -r
+read -p "Releasing v$VERSION - are you sure? (y/n)" -n 1 -r
6
echo # (optional) move to a new line
7
if [[ $REPLY =~ ^[Yy]$ ]]
8
then
9
- echo "Releasing $VERSION ..."
+ echo "Releasing v$VERSION ..."
10
npm test
11
12
# commit
0 commit comments