File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434
3535---
3636kind : pipeline
37- name : build
37+ name : release
3838clone :
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 :
7258depends_on :
7359 - lint
7460 - test
75- - build
7661
7762when :
7863 branch :
@@ -83,6 +68,6 @@ trigger:
8368 - tag
8469---
8570kind : signature
86- hmac : 2b636f762d9b9b2f2f3e6dcc28958619f74461383dcb7ed64671017b26ea703d
71+ hmac : 06e61db79a5d306c5d2234fe76bbe8a86b7d2753d664d80b57554269018dc9ec
8772
8873...
Original file line number Diff line number Diff line change @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file.
33
44This 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.
You can’t perform that action at this time.
0 commit comments