github.com/orangenpresse/up@v0.6.0/.goreleaser.yml (about)

     1  build:
     2    main: cmd/up/main.go
     3    binary: up
     4    goos:
     5      - darwin
     6      - linux
     7      - windows
     8      - freebsd
     9      - netbsd
    10      - openbsd
    11    goarch:
    12      - amd64
    13      - 386
    14  changelog:
    15    sort: asc
    16    filters:
    17      exclude:
    18        - '^docs:'
    19        - '^refactor'