add drone/buildrone
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2021-01-15 22:15:45 +00:00
parent 937769e2f7
commit bda0879199
7 changed files with 76 additions and 3 deletions

33
.goreleaser.yml Normal file
View File

@@ -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:'