Skip to content

Commit 59b73d1

Browse files
committed
Wait for snap publish confirmation
1 parent 85b0710 commit 59b73d1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,10 @@ jobs:
5454
5555
- run:
5656
name: Confirm release
57+
no_output_timeout: 2m
5758
command: |
58-
snapcraft list-revisions fdic |grep $(cat VERSION)
59+
sleep 3
60+
until (snapcraft list-revisions fdic |grep $(cat VERSION)); do sleep 7; done
5961
6062
release_github:
6163
working_directory: ~/workspace

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
99
- Allow min/max wordlength cli options
1010
- Check default ubuntu dict paths
1111

12+
## [1.0.7] - 2018-06-19
13+
### Added
14+
- Improved release process
15+
1216
## [1.0.5] - 2018-06-19
1317
### Added
1418
- Improved release process

0 commit comments

Comments
 (0)