We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c21cfec commit 61750d9Copy full SHA for 61750d9
1 file changed
builds/release-helper.sh
@@ -2,7 +2,9 @@
2
3
# release-helper.sh - maintainer utility script to change
4
# the library version and update all copyright dates
5
-# by carstene1ns 2020, released under the MIT license
+# by carstene1ns 2021, released under the MIT license
6
+
7
+set -e
8
9
year=$(date +%Y)
10
version=$1
0 commit comments