Skip to content

Commit 666ff8a

Browse files
committed
- Updated CHANGELOG.md and released version 0.1.4.
- Fixed drone pipeline.
1 parent 9c83a40 commit 666ff8a

2 files changed

Lines changed: 10 additions & 17 deletions

File tree

.drone.yml

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ steps:
3434

3535
---
3636
kind: pipeline
37-
name: build
37+
name: release
3838
clone:
3939
git:
4040
image: plugins/git
@@ -46,20 +46,6 @@ steps:
4646
commands:
4747
- make deps
4848
- make build
49-
50-
depends_on:
51-
- lint
52-
- test
53-
54-
---
55-
kind: pipeline
56-
name: release
57-
clone:
58-
git:
59-
image: plugins/git
60-
tags: true
61-
62-
steps:
6349
- name: create release
6450
image: renaudhager/go-ci:0.1.3
6551
commands:
@@ -72,7 +58,6 @@ steps:
7258
depends_on:
7359
- lint
7460
- test
75-
- build
7661

7762
when:
7863
branch:
@@ -83,6 +68,6 @@ trigger:
8368
- tag
8469
---
8570
kind: signature
86-
hmac: 2b636f762d9b9b2f2f3e6dcc28958619f74461383dcb7ed64671017b26ea703d
71+
hmac: 06e61db79a5d306c5d2234fe76bbe8a86b7d2753d664d80b57554269018dc9ec
8772

8873
...

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file.
33

44
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
55

6+
## [0.1.4] - 2019-07-07
7+
- Added a delete command.
8+
- Improved unit tests.
9+
- Improved CI pipeline.
10+
- Sent unit test coverage result to codecov.io.
11+
- Automated Github release creation.
12+
- Updated README.md.
13+
614
## [0.1.3] - 2019-07-04
715
- Added a function to strip a field from the JSON returned by Datadog.
816
- Added a command to list existing dashboard.

0 commit comments

Comments
 (0)