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