Skip to content

Commit

Permalink
chore: release script
Browse files Browse the repository at this point in the history
  • Loading branch information
DirtyF committed Dec 28, 2019
1 parent b641d95 commit ee60166
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions script/release
@@ -0,0 +1,7 @@
#!/bin/sh
# Tag and push a release.

set -e

script/cibuild
bundle exec rake release

0 comments on commit ee60166

Please sign in to comment.