File tree Expand file tree Collapse file tree 2 files changed +39
-9
lines changed Expand file tree Collapse file tree 2 files changed +39
-9
lines changed Original file line number Diff line number Diff line change 1
1
src
2
2
dist
3
3
node_modules
4
- commit-message-formatter
4
+ commit-message-formatter
5
+ dist /
Original file line number Diff line number Diff line change 1
- # Build customization
2
- project_name : cmf
1
+ # This is an example .goreleaser.yml file with some sane defaults.
2
+ # Make sure to check the documentation at http://goreleaser.com
3
+ before :
4
+ hooks :
5
+ # You may remove this if you don't use go modules.
6
+ - go mod tidy
3
7
builds :
4
- - binary : cmf
8
+ - env :
9
+ - CGO_ENABLED=0
10
+ binary : git-cmf
11
+ ldflags :
12
+ - -a -installsuffix
5
13
goos :
14
+ - linux
6
15
- windows
7
16
- darwin
8
- - linux
9
- goarch :
10
- - amd64
11
- ldflags :
12
- - -a -installsuffix
17
+ archives :
18
+ - replacements :
19
+ darwin : Darwin
20
+ linux : Linux
21
+ windows : Windows
22
+ 386 : i386
23
+ amd64 : x86_64
24
+ checksum :
25
+ name_template : ' checksums.txt'
26
+ snapshot :
27
+ name_template : " {{ .Tag }}-next"
28
+ changelog :
29
+ sort : asc
30
+ filters :
31
+ exclude :
32
+ - ' ^docs:'
33
+ - ' ^test:'
34
+ brews :
35
+ - name : git-cmf
36
+ github :
37
+ owner : walmartdigital
38
+ name : https://github.com/walmartdigital/homebrew-git-cmf
39
+ folder : Formula
40
+ homepage : https://github.com/walmartdigital/commit-message-formatter
41
+ description : A simple description of your application.
You can’t perform that action at this time.
0 commit comments