6 lines
60 B
Bash
Executable File
6 lines
60 B
Bash
Executable File
#!/bin/sh
|
|
set -x
|
|
set -eu
|
|
./bump_version.sh patch
|
|
./build.sh
|