diff options
author | Zarino Zappia <mail@zarino.co.uk> | 2017-06-30 10:51:57 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-08-10 12:51:15 +0100 |
commit | 97fb9772bc96e82f2edb8a9191dd359b07a04fa7 (patch) | |
tree | c10acb19c6476a24d2832143b3fd0dd9e6f3d088 /CHANGELOG.md | |
parent | eda7a2d88e13a89e22843203cf4f749c8679b4d7 (diff) |
Add switch-site script for easily switching config
Given a set of config files of the format `conf/general-{cobrand}.yml`
this script lets you easily create and recreate a symlink at
`conf/general.yml` that points to the cobrand config of your choice. The
test suite also then uses this naming convention.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f8e64bb8..50c937b10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,8 @@ - Stop errors from JS validator due to form in form. - Stop update form toggle causing report submission. - Update map size if an extra column has appeared. + - Development improvements: + - `switch-site` script to automate switching config.yml files. #1741 * v2.1.1 (3rd August 2017) - Email improvements: |