-
Notifications
You must be signed in to change notification settings - Fork 4
/
.goreleaser.yml
48 lines (47 loc) · 1005 Bytes
/
.goreleaser.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
---
project_name: multicode
before:
hooks:
- go mod download
builds:
- main: ./cmd/decode/main.go
binary: decode
env:
- CGO_ENABLED=0
goos:
- linux
- darwin
- windows
archives:
- format: binary
checksum:
name_template: "checksums.txt"
snapshot:
name_template: "{{ .Tag }}-next-{{.Commit}}"
# nfpms:
# - maintainer: Simon Jürgensmeyyer <[email protected]>
# homepage: https://github.com/sj14/multicode/
# description: Decode bits, hex, base64 and protobuf recursively with a single command
# license: MIT
# formats:
# - deb
# - rpm
# - apk # not tested
brews:
- name: multicode
skip_upload: auto
repository:
owner: sj14
name: homebrew-tap
description: "Decode bits, hex, base64 and protobuf recursively with a single command"
release:
github:
owner: sj14
name: multicode
disable: false
draft: false
prerelease: auto
changelog:
filters:
exclude:
- typo