Skip to content

Commit 48b491d

Browse files
breedx-splktrask
andauthored
Update draft changelog script shebang (#2450)
Co-authored-by: Trask Stalnaker <[email protected]>
1 parent 9651c7e commit 48b491d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/scripts/draft-change-log-entries.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
#!/bin/bash -e
1+
#!/usr/bin/env bash
2+
3+
set -e
24

35
version=$("$(dirname "$0")/get-version.sh")
46

0 commit comments

Comments
 (0)