Jelajahi Sumber

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

Daniel Rudolf 7 tahun lalu
induk
melakukan
2a30c4664f
1 mengubah file dengan 3 tambahan dan 0 penghapusan
  1. 3 0
      _build/create-release.sh

+ 3 - 0
_build/create-release.sh

@@ -46,6 +46,9 @@ echo
 echo "Replacing 'index.php'..."
 echo "Replacing 'index.php'..."
 cp vendor/picocms/pico/index.php.dist 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..."
 echo "Preparing 'composer.json' for release..."
 composer require --no-update \
 composer require --no-update \
     "picocms/pico ^$VERSION_MILESTONE" \
     "picocms/pico ^$VERSION_MILESTONE" \