set-version.php - Conditionally generate '{newVersion}.mysql.tpl'
authorTim Otten <totten@civicrm.org>
Sat, 6 Mar 2021 09:39:04 +0000 (01:39 -0800)
committerTim Otten <totten@civicrm.org>
Sat, 6 Mar 2021 10:28:24 +0000 (02:28 -0800)
commitbd9556c5193dcbb0ea5962daef10abc8cd7eff5b
tree415f09bc3b10b1ce92552c2be7e632e497e58327
parentb43bfb44165ae694d4eba758291db0f5670a45c2
set-version.php - Conditionally generate '{newVersion}.mysql.tpl'

* If the release is an alpha, then create SQL file by default.
* If the release is beta or stable, then don't create by default.
* If the CLI user specificaly says `--sql` or `--no-sql`, then abide by that.
tools/bin/scripts/set-version.php