Skip to content

Commit

Permalink
renamed to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
larscom committed Aug 17, 2019
1 parent 327e822 commit ddbfa90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publish.sh
Expand Up @@ -26,6 +26,6 @@ if [ "$1" ] && [ "$2" ]; then
git push --follow-tags
echo "publishing in progress..."
else
echo "provide version type and a commit message as argument! e.g.: ./version.sh patch \"my commit message\" "
echo "provide version type and a commit message as argument! e.g.: ./publish.sh patch \"my commit message\" "
exit 1
fi

0 comments on commit ddbfa90

Please sign in to comment.