diff options
| author | Radon Rosborough <radon@intuitiveexplanations.com> | 2026-04-21 19:53:32 -0700 |
|---|---|---|
| committer | Radon Rosborough <radon@intuitiveexplanations.com> | 2026-04-21 19:53:38 -0700 |
| commit | 7a2136052f4174c178b28da1a2c632904bf08176 (patch) | |
| tree | 6366c45acdabe07b9155fbd8b42865dd6bcd2370 /scripts | |
| parent | 1720200b1271a9e70ebfc86c0f942ff02aefcdd1 (diff) | |
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/lint-changelog.bash | 2 |
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 |
