aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/lint-changelog.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lint-changelog.bash b/scripts/lint-changelog.bash
index 3a6334f..2347109 100755
--- a/scripts/lint-changelog.bash
+++ b/scripts/lint-changelog.bash
@@ -2,7 +2,7 @@
set -euo pipefail
-changed_files="$(git diff --name-only origin/main)"
+changed_files="$(git diff --name-only origin/main...)"
if [[ -z "${changed_files}" ]]; then
exit 0
fi