Add README.md, CONTRIBUTING.md and CHANGELOG.md to pre-bundled releases

This commit is contained in:
Daniel Rudolf 2018-02-24 13:19:04 +01:00
parent 9c182bd756
commit 5f7b455975
No known key found for this signature in database
GPG key ID: A061F02CD8DE4538

View file

@ -43,6 +43,11 @@ 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 "Adding 'README.md', 'CONTRIBUTING.md', 'CHANGELOG.md'..."
cp vendor/picocms/pico/README.md README.md
cp vendor/picocms/pico/CONTRIBUTING.md CONTRIBUTING.md
cp vendor/picocms/pico/CHANGELOG.md CHANGELOG.md
echo "Preparing 'composer.json' for release..."
composer require --no-update \
"picocms/pico ^$VERSION_MILESTONE" \