Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
ktomk committed Feb 28, 2018
1 parent 5ae6b58 commit 3b22a19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3b22a19

Please sign in to comment.