From 160ccf97451a5ac56be822d2100cea423694f42d Mon Sep 17 00:00:00 2001 From: decentral1se Date: Tue, 7 Sep 2021 07:16:48 +0200 Subject: [PATCH] refactor: drop comments, add header [ci skip] --- .goreleaser.yml | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 7ee25216b..c683db6a8 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -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:"