-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.goreleaser.yml
48 lines (42 loc) · 927 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
before:
hooks:
- go mod download
builds:
- main: ./cmd/vcsinfo.go
env:
- CGO_ENABLED=0
- GO111MODULE=on
goos:
- linux
- darwin
- freebsd
- openbsd
- netbsd
archives:
- replacements:
darwin: macos
changelog:
skip: true
nfpms:
- homepage: https://github.com/jayclassless/vcsinfo
maintainer: "Jason Simeone <jay@classless.net>"
description: A tool for retrieving/displaying basic information about the status of a VCS repository.
license: MIT
formats:
- deb
- rpm
recommends:
- bzr
- cvs
- git
- fossil
- darcs
- svn
- mercurial
brews:
- tap:
owner: jayclassless
name: homebrew-vcsinfo
folder: Formula
homepage: https://github.com/jayclassless/vcsinfo
description: A tool for retrieving/displaying basic information about the status of a VCS repository.