From c9d9ed6896ee1d9150dad398b66e29f2a354e639 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20J=C3=BCrgensmeyer?= <6493966+sj14@users.noreply.github.com> Date: Sat, 6 Aug 2022 19:58:10 +0200 Subject: [PATCH] Update Goreleaser config (#9) --- .goreleaser.yml | 49 +++++++++++++++---------------------------------- 1 file changed, 15 insertions(+), 34 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 6668d52..bbe70d4 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -10,54 +10,35 @@ builds: id: "astral" env: - CGO_ENABLED=0 - - GO111MODULE=on goos: - linux - darwin - - freebsd - - openbsd - - netbsd - - solaris - - dragonfly - windows - goarch: - - 386 - - amd64 - - arm - - arm64 - goarm: - - 6 - - 7 archives: - id: astral builds: - - astral - wrap_in_directory: true - format_overrides: - - goos: windows - format: zip - files: - - LICENSE - - AUTHORS - - README.md + - astral + format: binary checksum: name_template: "checksums.txt" snapshot: name_template: "{{ .Tag }}-next-{{.Commit}}" -nfpms: - - maintainer: Simon Jürgensmeyyer - homepage: https://github.com/sj14/astral/ - description: Calculations for the position of the sun and moon. - license: Apache License 2.0 - formats: - - deb - - rpm - builds: - - astral +# nfpms: +# - maintainer: Simon Jürgensmeyyer +# homepage: https://github.com/sj14/astral/ +# description: Calculations for the position of the sun and moon. +# license: Apache License 2.0 +# formats: +# - deb +# - rpm +# - apk # not tested +# builds: +# - astral brews: - name: astral ids: - astral + skip_upload: auto tap: owner: sj14 name: homebrew-tap @@ -68,7 +49,7 @@ release: name: astral disable: false draft: false - prerelease: false + prerelease: auto changelog: filters: exclude: