github.com/markbates/grift@v1.5.0/.goreleaser.yml.plush (about)

     1  builds:
     2  -
     3    goos:
     4      - darwin
     5      - linux
     6      - windows
     7    env:
     8      - CGO_ENABLED=0
     9    main: main.go
    10  
    11  checksum:
    12    name_template: 'checksums.txt'
    13  
    14  snapshot:
    15    name_template: "{{ .Tag }}-next"
    16  
    17  changelog:
    18    sort: asc
    19    filters:
    20      exclude:
    21        - '^docs:'
    22        - '^test:'
    23  <%= if (brew) { %>
    24  brews:
    25  -
    26    name: homebrew-tap
    27    github:
    28      owner: markbates
    29      name: homebrew-tap
    30  <% } %>