Codebase list gobuster / f36953a9-f5a2-4b42-bbe8-3cd689be45c2/upstream/3.4.0+git20221219.1.c49ddbf .goreleaser.yaml
f36953a9-f5a2-4b42-bbe8-3cd689be45c2/upstream/3.4.0+git20221219.1.c49ddbf

Tree @f36953a9-f5a2-4b42-bbe8-3cd689be45c2/upstream/3.4.0+git20221219.1.c49ddbf (Download .tar.gz)

.goreleaser.yaml @f36953a9-f5a2-4b42-bbe8-3cd689be45c2/upstream/3.4.0+git20221219.1.c49ddbfraw · 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:"