Skip to content

Commit ee60166

Browse files
committed
chore: release script
1 parent b641d95 commit ee60166

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

script/release

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/sh
2+
# Tag and push a release.
3+
4+
set -e
5+
6+
script/cibuild
7+
bundle exec rake release

0 commit comments

Comments
 (0)