diff --git a/.github/release-notes.sh b/.github/release-notes.sh index 558f06030..3fe3f6b17 100755 --- a/.github/release-notes.sh +++ b/.github/release-notes.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash # SC2002 disables "useless cat" warnings. # I prefer pipelines that start with an explicit input, and go from there.