From 46847d49fb4ab07f94f7d6b9e5fbc5fad8e99cf1 Mon Sep 17 00:00:00 2001 From: Adrian Marin Date: Thu, 8 Oct 2020 19:46:47 +0300 Subject: [PATCH] chore: update release script --- scripts/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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