fix typo in release script

This commit is contained in:
Francisco Giordano
2019-04-24 19:43:26 -03:00
parent 4b2229783d
commit 31bc231c2c

View File

@ -88,7 +88,7 @@ elif [[ "$*" == "rc" ]]; then
assert_current_branch "$(current_release_branch)"
# Bumps rc number, commits and tags
npm version prelease
npm version prerelease
push_and_publish next