Codebase list gobuster / 15e14d6c-cbf4-437f-97c7-8791131dab21/upstream/3.4.0 .goreleaser.yaml
15e14d6c-cbf4-437f-97c7-8791131dab21/upstream/3.4.0

Tree @15e14d6c-cbf4-437f-97c7-8791131dab21/upstream/3.4.0 (Download .tar.gz)

.goreleaser.yaml @15e14d6c-cbf4-437f-97c7-8791131dab21/upstream/3.4.0raw · history · blame

# This is an example .goreleaser.yml file with some sensible defaults.
# Make sure to check the documentation at https://goreleaser.com
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:
      - CGO_ENABLED=0
    goos:
      - linux
      - windows
      - darwin
archives:
  - format: tar.gz
    format_overrides:
      - goos: windows
        format: zip
    replacements:
      darwin: Darwin
      linux: Linux
      windows: Windows
      386: i386
      amd64: x86_64
checksum:
  name_template: "checksums.txt"
snapshot:
  name_template: "{{ incpatch .Version }}-dev"
changelog:
  sort: asc
  filters:
    exclude:
      - "^docs:"
      - "^test:"