fix typo in release script

release-v2.3.0
Francisco Giordano 6 years ago
parent 4b2229783d
commit 31bc231c2c
  1. 2
      scripts/release/release.sh

@ -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

Loading…
Cancel
Save