Closed mcdonnnj closed 1 month ago
This pull request adds a --list-files option to list out any files the bump-version script updates when changing versions. This is in addition to updating the script to store any files it updates in an array.
--list-files
bump-version
The array itself is a good improvement, but the new option is in support of https://github.com/cisagov/gh-skeleton/issues/31.
Automated tests pass. I verified the new option works as expected:
$ ./bump-version --list-files config/version.txt README.md
๐ฃ Description
This pull request adds a
--list-files
option to list out any files thebump-version
script updates when changing versions. This is in addition to updating the script to store any files it updates in an array.๐ญ Motivation and context
The array itself is a good improvement, but the new option is in support of https://github.com/cisagov/gh-skeleton/issues/31.
๐งช Testing
Automated tests pass. I verified the new option works as expected:
โ Pre-approval checklist