Skip to content

Commit

Permalink
Add example on how to invoke release script
Browse files Browse the repository at this point in the history
  • Loading branch information
jantrienes committed Aug 7, 2020
1 parent 58dba89 commit 22ffc96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ set -e

if [[ $# -eq 0 ]] ; then
echo 'usage: ./release.sh <version>'
echo 'example: ./release.sh 0.3.2'
exit 1
fi

Expand Down

0 comments on commit 22ffc96

Please sign in to comment.