Build system: Add config/config.yml.template to release archives
This commit is contained in:
parent
dfed9cc51f
commit
2a30c4664f
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue