This is an automated email from the ASF dual-hosted git repository.

brondsem pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/allura.git


The following commit(s) were added to refs/heads/master by this push:
     new 4539184  release script: stop upon errors
4539184 is described below

commit 4539184fba4607ce7d27d49f98825c89d34a9bcb
Author: Dave Brondsema <[email protected]>
AuthorDate: Wed May 12 16:25:13 2021 -0400

    release script: stop upon errors
---
 scripts/asf-release.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/asf-release.sh b/scripts/asf-release.sh
index e1859b6..6176e1d 100755
--- a/scripts/asf-release.sh
+++ b/scripts/asf-release.sh
@@ -17,6 +17,7 @@
 #       specific language governing permissions and limitations
 #       under the License.
 
+set -e -o pipefail
 
 echo "This will prep a release, it'll make a local commit and tag but not push 
them.  You should have PGP keys set up and ready"
 

Reply via email to