aboutsummaryrefslogtreecommitdiff
path: root/.goreleaser.yml
diff options
context:
space:
mode:
authorHarvey Tindall <hrfee@protonmail.ch>2021-01-15 22:15:45 +0000
committerHarvey Tindall <hrfee@protonmail.ch>2021-01-15 22:15:45 +0000
commitbda0879199f5cecda3b71b1273784775bf8621b7 (patch)
treec7f40c9d9edf45a70193812465de5c46d56d8c60 /.goreleaser.yml
parent937769e2f706600d87ed37580fda08456a6df9d9 (diff)
downloadwaybar-mpris-bda0879199f5cecda3b71b1273784775bf8621b7.tar.gz
waybar-mpris-bda0879199f5cecda3b71b1273784775bf8621b7.zip
add drone/buildrone
Diffstat (limited to '.goreleaser.yml')
-rw-r--r--.goreleaser.yml33
1 files changed, 33 insertions, 0 deletions
diff --git a/.goreleaser.yml b/.goreleaser.yml
new file mode 100644
index 0000000..01096fa
--- /dev/null
+++ b/.goreleaser.yml
@@ -0,0 +1,33 @@
+project_name: waybar-mpris
+release:
+ gitea:
+ owner: hrfee
+ name: waybar-mpris
+ name_template: "v{{.Version}}"
+before:
+ hooks:
+ - go mod download
+builds:
+ - dir: ./
+ env:
+ - CGO_ENABLED=0
+ goos:
+ - linux
+ goarch:
+ - amd64
+ - arm
+ - arm64
+archives:
+ - replacements:
+ linux: Linux
+ amd64: x86_64
+checksum:
+ name_template: 'checksums.txt'
+snapshot:
+ name_template: "git-{{.ShortCommit}}"
+changelog:
+ sort: asc
+ filters:
+ exclude:
+ - '^docs:'
+ - '^test:'