Commit 31bc231c by Francisco Giordano

fix typo in release script

parent 4b222978
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment