diff --git a/.travis.yml b/.travis.yml index f46ea892..027d7784 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,7 +37,7 @@ script: - vendor/bin/phpunit tests - composer build - gpg --import ktomk-phive-sign.gpg - - echo "pass" | gpg --passphrase-fd 0 --output build/pipelines.phar.asc --sign build/pipelines.phar + - echo "pass" | gpg --passphrase-fd 0 --output build/pipelines.phar.asc --detach-sig build/pipelines.phar - bin/pipelines --version - bin/pipelines - bin/pipelines --verbose --debug --show diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ee53627..0667d64e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,11 @@ All notable changes to Pipelines will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [unreleased] +## [0.0.9] - 2018-02-28 ### Added - Traverse upwards for pipelines file ### Fixed +- Phive release signing - App coverage for deploy copy mode ## [0.0.8] - 2018-02-27