From 2a30c4664fcf2b9f5868124fd1a514ceab65aa7d Mon Sep 17 00:00:00 2001 From: Daniel Rudolf Date: Sat, 4 Nov 2017 18:41:05 +0100 Subject: [PATCH] Build system: Add config/config.yml.template to release archives --- _build/create-release.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_build/create-release.sh b/_build/create-release.sh index 41acc3a..f3e49e5 100755 --- a/_build/create-release.sh +++ b/_build/create-release.sh @@ -46,6 +46,9 @@ echo echo "Replacing 'index.php'..." cp vendor/picocms/pico/index.php.dist index.php +echo "Adding 'config/config.yml.template'..." +cp vendor/picocms/pico/config/config.yml.template config/config.yml.template + echo "Preparing 'composer.json' for release..." composer require --no-update \ "picocms/pico ^$VERSION_MILESTONE" \