Decouple updating seeds from automated commits pipeline
Summary: See title.
Test Plan:
export SEEDS_MAIN=/path/to/seeds_main.txt export SEEDS_TEST=/path/to/seeds_test.txt COMMIT_TYPE=dummy ./automated-commits.sh -p HEAD ./patch-recipes/update-seeds.sh git show # verify latest commit updates seeds as expected
Reviewers: #bitcoin_abc, deadalnix
Reviewed By: #bitcoin_abc, deadalnix
Differential Revision: https://reviews.bitcoinabc.org/D7501