瀏覽代碼

Move LICENSE to LICENSE.md

theshka 9 年之前
父節點
當前提交
fa4e095bdf
共有 4 個文件被更改,包括 3 次插入2 次删除
  1. 1 1
      .travis.yml
  2. 1 0
      CHANGELOG.md
  3. 0 0
      LICENSE.md
  4. 1 1
      README.md

+ 1 - 1
.travis.yml

@@ -30,7 +30,7 @@ before_deploy:
   - composer install --no-dev --optimize-autoloader
   - find vendor/ -type d -path 'vendor/*/*/.git' -print0 | xargs -0 rm -rf
   - mv index.php.dist index.php
-  - tar -czf "pico-release-$TRAVIS_TAG.tar.gz" README.md LICENSE CONTRIBUTING.md CHANGELOG.md composer.json composer.lock config content-sample lib plugins themes vendor .htaccess index.php
+  - tar -czf "pico-release-$TRAVIS_TAG.tar.gz" README.md LICENSE.md CONTRIBUTING.md CHANGELOG.md composer.json composer.lock config content-sample lib plugins themes vendor .htaccess index.php
 
 deploy:
   provider: releases

+ 1 - 0
CHANGELOG.md

@@ -7,6 +7,7 @@ Released: -
 ```
 * [New] This is Picos first stable release! The Pico Community wants to thank
         all contributors and users which made this possible!
+* [Changed] Moving `LICENSE` to `LICENSE.md`
 ```
 
 ### Version 1.0.0-beta.2

+ 0 - 0
LICENSE → LICENSE.md


+ 1 - 1
README.md

@@ -1,7 +1,7 @@
 Pico
 ====
 
-[![License](https://img.shields.io/github/license/picocms/Pico.svg)](https://github.com/picocms/Pico/blob/master/LICENSE)
+[![License](https://img.shields.io/github/license/picocms/Pico.svg)](https://github.com/picocms/Pico/blob/master/LICENSE.md)
 [![Version](https://img.shields.io/github/release/picocms/Pico.svg)](https://github.com/picocms/Pico/releases/latest)
 [![Build Status](https://img.shields.io/travis/picocms/Pico.svg)](https://travis-ci.org/picocms/Pico)
 [![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/theshka/pico.svg)](https://scrutinizer-ci.com/g/theshka/Pico/?branch=master)