8 lines
85 B
Plaintext
8 lines
85 B
Plaintext
|
#!/bin/sh
|
||
|
# Tag and push a release.
|
||
|
|
||
|
set -e
|
||
|
|
||
|
script/cibuild
|
||
|
bundle exec rake release
|