diff --git a/.goreleaser.yaml b/.goreleaser.yaml index de79f15..d7b4cc1 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -36,21 +36,6 @@ changelog: exclude: - '^docs:' - '^test:' -brews: - - name: epgstation-exporter - tap: - owner: miscord-dev - name: homebrew-tap - url_template: "https://github.com/miscord-dev/epgstation-exporter/releases/download/{{ .Tag }}/{{ .ArtifactName }}" - commit_author: - name: goreleaserbot - email: goreleaser@carlosbecker.com - homepage: "https://miscord.win/" - description: "." - test: | # test command to evaluate the installation successed - system "#{bin}/epgstation-exporter -h" - install: | # name of binary - bin.install "epgstation-exporter" # The lines beneath this are called `modelines`. See `:help modeline` # Feel free to remove those if you don't want/use them.