Skip to content

Commit

Permalink
chore: Update release.sh to specify app version format in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
tttol committed Jul 2, 2024
1 parent 8600ece commit c835817
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
if [ $# != 1 ]; then
echo "引数にはアプリバージョン(X.X.X)を指定してください"
echo "example: ./release.sh 1.0.0"
echo "引数にはアプリバージョン(X.X)を指定してください"
echo "example: ./release.sh 1.0"
exit 1
fi

Expand Down

0 comments on commit c835817

Please sign in to comment.