```
arc patch TBD
git checkout master
git checkout -b testbranch
git cherry-pick TBD # only take the changes from TBD patch, not its parent (this patch)
COMMIT_TYPE=update-chainparams ./automated-commits.sh # fails
git checkout TBD
./automated-commits.sh -h
COMMIT_TYPE=update-chainparams ./automated-commits.sh --commit HEAD # succeeds
```