Skip to content

Commit 61750d9

Browse files
committed
Release helper: Abort on error
1 parent c21cfec commit 61750d9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

builds/release-helper.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
# release-helper.sh - maintainer utility script to change
44
# the library version and update all copyright dates
5-
# by carstene1ns 2020, released under the MIT license
5+
# by carstene1ns 2021, released under the MIT license
6+
7+
set -e
68

79
year=$(date +%Y)
810
version=$1

0 commit comments

Comments
 (0)