Luzilla/dnsbl_exporter

View on GitHub
.goreleaser.ci.yml

Summary

Maintainability
Test Coverage
---
project_name: dnsbl_exporter

before:
  hooks:
    - go mod tidy
builds:
- main: ./dnsbl_exporter.go
  binary: dnsbl-exporter
  ldflags: -s -w -X main.exporterVersion={{.Version}}
  goos:
  - linux
  env:
  - CGO_ENABLED=0
archives:
- files:
  - none*
checksum:
  name_template: 'checksums.txt'
snapshot:
  name_template: "{{ .Tag }}-next"
changelog:
  sort: asc
  filters:
    exclude:
    - '^docs:'
    - '^test:'