Skip to content

Commit

Permalink
chore: update release script
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianthedev committed Oct 8, 2020
1 parent 9751670 commit 46847d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 46847d4

Please sign in to comment.