We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78804a7 commit c1bd028Copy full SHA for c1bd028
1 file changed
.github/scripts/draft-change-log-entries.sh
@@ -1,4 +1,6 @@
1
-#!/usr/bin/env bash -e
+#!/usr/bin/env bash
2
+
3
+set -e
4
5
version=$("$(dirname "$0")/get-version.sh")
6
0 commit comments