Skip to content

Commit

Permalink
馃敡 Tweak CircleCI process
Browse files Browse the repository at this point in the history
  • Loading branch information
chroju committed Jun 23, 2018
1 parent 7041b8d commit 78be14b
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,19 @@ workflows:
version: 2
test_and_deploy:
jobs:
- checkout
- checkout:
filters:
tags:
only: /.*/
- test:
requires:
- checkout
filters:
tags:
only: /.*/
- deploy:
requires:
- checkout
- test
filters:
tags:
only: /^v.*$/
Expand Down
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
CHANGELOG
====

v0.2.0 (2018-06-23)
----

* Make output format easy to see.
* Increase test coverage from about 12% to almost 90%.
* Fix for Go 1.10.
* Fix some bugs.

v0.1.0 (2018-05-03)
----

* The first public release !

0 comments on commit 78be14b

Please sign in to comment.