diff --git a/.circleci/config.yml b/.circleci/config.yml index bef2a4d..95313b1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -54,8 +54,10 @@ jobs: - run: name: Confirm release + no_output_timeout: 2m command: | - snapcraft list-revisions fdic |grep $(cat VERSION) + sleep 3 + until (snapcraft list-revisions fdic |grep $(cat VERSION)); do sleep 7; done release_github: working_directory: ~/workspace diff --git a/CHANGELOG.md b/CHANGELOG.md index bd0783d..0087be2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Allow min/max wordlength cli options - Check default ubuntu dict paths +## [1.0.7] - 2018-06-19 +### Added +- Improved release process + ## [1.0.5] - 2018-06-19 ### Added - Improved release process