From 7a2136052f4174c178b28da1a2c632904bf08176 Mon Sep 17 00:00:00 2001 From: Radon Rosborough Date: Tue, 21 Apr 2026 19:53:32 -0700 Subject: Check changelog properly --- scripts/lint-changelog.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.0