diff --git a/build/release.sh b/build/release.sh index 0537983ab9..b468db44f3 100755 --- a/build/release.sh +++ b/build/release.sh @@ -27,4 +27,6 @@ then echo echo 'DONE. It is now up to you to run `'"git push origin master && git push origin v$version"'`' echo + echo 'and `npm publish`' + echo fi \ No newline at end of file