Skip to content

Commit

Permalink
Fix duplication of release field in .goreleaser.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbub committed Jun 8, 2018
1 parent 6d45552 commit 23071e1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
project_name: pgbouncer_exporter
release:
draft: true
github:
owner: jbub
name: pgbouncer_exporter
Expand Down Expand Up @@ -35,8 +36,6 @@ archive:
- CHANGELOG.md
snapshot:
name_template: "SNAPSHOT-{{ .Commit }}"
release:
draft: true
dockers:
- goos: linux
goarch: amd64
Expand Down

0 comments on commit 23071e1

Please sign in to comment.