Build system: Add config/config.yml.template to release archives

pico-3.0-alpha
Daniel Rudolf 8 years ago
parent dfed9cc51f
commit 2a30c4664f
No known key found for this signature in database
GPG Key ID: A061F02CD8DE4538
  1. 3
      _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" \

Loading…
Cancel
Save