diff --git a/scripts/release.sh b/scripts/release.sh index 0d19ebc878..d6fb7240dd 100644 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -11,4 +11,4 @@ bundle install --quiet git add . git commit -m "Bump $NAME to $VERSION" gem tag -git push --tags +git push --follow-tags