Browse Source

fix spacing of bash scripts

pull/21760/head
jm96441n 2 months ago
parent
commit
1e97297215
  1. 5
      build-support/scripts/gen-changelog.sh

5
build-support/scripts/gen-changelog.sh

@ -6,6 +6,11 @@ set -eo pipefail
pr_number=$(gh pr list -H "$(git rev-parse --abbrev-ref HEAD)" -q ".[0].number" --json "number")
if [ -z "$pr_number" ]; then
echo "Error: Could not find PR number."
exit 1
fi
# check if this changelog is referencing an enterprise change
curdir=$(pwd)

Loading…
Cancel
Save