refactor: drop comments, add header [ci skip]

This commit is contained in:
decentral1se 2021-09-07 07:16:48 +02:00
parent 96cfd8da2b
commit 160ccf9745
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 4 additions and 11 deletions

View File

@ -1,14 +1,11 @@
# This is an example .goreleaser.yml file with some sane defaults.
# Make sure to check the documentation at http://goreleaser.com
---
gitea_urls:
api: https://git.coopcloud.tech/api/v1
download: https://git.coopcloud.tech/
skip_tls_verify: false
before:
hooks:
# You may remove this if you don't use go modules.
- go mod tidy
# you may remove this if you don't need go generate
- go generate ./...
builds:
- env:
@ -16,22 +13,18 @@ builds:
dir: cmd/abra
goos:
- linux
# - windows
# - darwin
archives:
- replacements:
linux: Linux
# darwin: Darwin
# windows: Windows
386: i386
amd64: x86_64
checksum:
name_template: 'checksums.txt'
name_template: "checksums.txt"
snapshot:
name_template: "{{ incpatch .Version }}-next"
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
- "^docs:"
- "^test:"