Closed xlson closed 6 years ago
This seems to do the opposite.
if echo "5.1.0" | grep -iqF beta; then
echo "stable!"
fi
if echo "5.1.0-beta1" | grep -iqF beta; then
echo "beta!"
fi
carl at cb-office in ~/go/src/github.com/bergquist
$ ./bash-test.sh
beta!
@bergquist Code reviews ftw ^^
Previously beta releases were also pushed to latest.