```
COMMIT_TYPE=dummy ./automated-commits.sh ./patch-recipes/update-aur-version.sh bitcoin-abc # Still bails early since there was no change
echo "" >> CMakeLists.txt
COMMIT_TYPE=archive-release-notes ./automated-commits.sh # should error instead of blowing away the change
```