diff --git a/osmo-release.sh b/osmo-release.sh index 44504360e..916af8492 100755 --- a/osmo-release.sh +++ b/osmo-release.sh @@ -162,6 +162,7 @@ if [ "z$DRY_RUN" != "z0" ]; then exit 0 fi +set -e if [ -f "TODO-RELEASE" ]; then grep '#' TODO-RELEASE > TODO-RELEASE.clean mv TODO-RELEASE.clean TODO-RELEASE