aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorRadon Rosborough <radon@intuitiveexplanations.com>2026-04-21 19:53:32 -0700
committerRadon Rosborough <radon@intuitiveexplanations.com>2026-04-21 19:53:38 -0700
commit7a2136052f4174c178b28da1a2c632904bf08176 (patch)
tree6366c45acdabe07b9155fbd8b42865dd6bcd2370 /scripts
parent1720200b1271a9e70ebfc86c0f942ff02aefcdd1 (diff)
Check changelog properlyHEADmain
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