Skip to content

Commit 46847d4

Browse files
committed
chore: update release script
1 parent 9751670 commit 46847d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: scripts/release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ bundle install --quiet
1111
git add .
1212
git commit -m "Bump $NAME to $VERSION"
1313
gem tag
14-
git push --tags
14+
git push --follow-tags

0 commit comments

Comments
 (0)