summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthieu <matthieu.cneude@gmail.com>2019-07-21 18:28:45 +0200
committerMatthieu <matthieu.cneude@gmail.com>2019-07-21 18:28:45 +0200
commit84af91dc16f9e5bb95e75b2c326f9bf63f756b74 (patch)
tree2a1b1b77c6b4df3de6ecbab0133a152a93a4fe3c
parentaa3cd6a54b8d8a1c31543f319f3a44e492655ec1 (diff)
Delete goreleaserv0.1.1
-rw-r--r--.gitignore1
-rw-r--r--.goreleaser.yml31
2 files changed, 1 insertions, 31 deletions
diff --git a/.gitignore b/.gitignore
index 3def19f..aea20cd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ vendor
goanalytics-*
cmd/devdash/devdash*
.devdash*
+.goreleaser.yml
diff --git a/.goreleaser.yml b/.goreleaser.yml
deleted file mode 100644
index 00df161..0000000
--- a/.goreleaser.yml
+++ /dev/null
@@ -1,31 +0,0 @@
----
-before:
- hooks:
- - go mod download
-builds:
- - id: main
- goos:
- - windows
- - darwin
- - linux
- main: ./cmd/devdash/devdash.go
- env:
- - CGO_ENABLED=0
-archives:
- - builds:
- - binary
- replacements:
- darwin: Darwin
- linux: Linux
- windows: Windows
- 386: x86
- amd64: x86_64
- format_overrides:
- - goos: windows
-checksum:
- name_template: 'checksums.txt'
-snapshot:
- name_template: "{{ .Tag }}-next"
-changelog:
- # Keep a manual, simpler changelog for now
- skip: true