set-version.php - Fix autocommit for 'info.xml'
authorTim Otten <totten@civicrm.org>
Thu, 8 Jul 2021 01:48:21 +0000 (18:48 -0700)
committerTim Otten <totten@civicrm.org>
Thu, 8 Jul 2021 02:43:46 +0000 (19:43 -0700)
commita9b847ea7d8cdfc828310aa1d6221c3c2eecc922
tree153fda3a9f6c59d1fdf0581bfb0330fca31c616c
parentefddb753246d9fc4dceca6ed8b8052f908e26fcf
set-version.php - Fix autocommit for 'info.xml'

The 'set-version.php' script has an option `--commit` which should commit any updated files.

Before: Fails to commit changes to `ext/*/info.xml`

After: Does ocmmit changes to `ext/*/info.xml`
tools/bin/scripts/set-version.php