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