Skip to content

Commit

Permalink
Fix support for no changelog label
Browse files Browse the repository at this point in the history
  • Loading branch information
phklive committed Jul 18, 2024
1 parent a5ded6e commit 84b5348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/check-changelog.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -uo pipefail

CHANGELOG_FILE="${1:-CHANGES.md}"
CHANGELOG_FILE="${1:-CHANGELOG.md}"

if [ "${NO_CHANGELOG_LABEL}" = "true" ]; then
# 'no changelog' set, so finish successfully
Expand Down

0 comments on commit 84b5348

Please sign in to comment.