Skip to content

Commit

Permalink
CI release enabled
Browse files Browse the repository at this point in the history
ChangeLog:
 - Enable automated releases based on tag push
  • Loading branch information
csg33k committed May 29, 2021
1 parent 5b1e050 commit 4503e15
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,23 @@ steps:
- cp conf/importer-example.yml conf/importer.yml
- ./bin/grafana-dashboard-manager_linux version

trigger:
event:
- push
- pull_request
---
kind: pipeline
name: release

steps:
- name: release
image: golang:1.16
commands:
- go install github.com/goreleaser/[email protected]
- goreleaser check
- make release

trigger:
event:
- tag

0 comments on commit 4503e15

Please sign in to comment.