We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85b0710 commit 59b73d1Copy full SHA for 59b73d1
.circleci/config.yml
@@ -54,8 +54,10 @@ jobs:
54
55
- run:
56
name: Confirm release
57
+ no_output_timeout: 2m
58
command: |
- snapcraft list-revisions fdic |grep $(cat VERSION)
59
+ sleep 3
60
+ until (snapcraft list-revisions fdic |grep $(cat VERSION)); do sleep 7; done
61
62
release_github:
63
working_directory: ~/workspace
CHANGELOG.md
@@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
9
- Allow min/max wordlength cli options
10
- Check default ubuntu dict paths
11
12
+## [1.0.7] - 2018-06-19
13
+### Added
14
+- Improved release process
15
+
16
## [1.0.5] - 2018-06-19
17
### Added
18
- Improved release process
0 commit comments