浏览代码

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

Daniel Rudolf 7 年之前
父节点
当前提交
2a30c4664f
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      _build/create-release.sh

+ 3 - 0
_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" \