File tree 3 files changed +8
-13
lines changed
3 files changed +8
-13
lines changed Original file line number Diff line number Diff line change 27
27
version : latest
28
28
args : --rm-dist
29
29
env :
30
- GITHUB_TOKEN : ${{ secrets.GO_RELEASER_TOKEN }}
30
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -4,10 +4,6 @@ release:
4
4
prerelease : auto
5
5
draft : true
6
6
7
- before :
8
- hooks :
9
- - make clean
10
-
11
7
builds :
12
8
- main : ./main.go
13
9
id : " entropy"
@@ -23,8 +19,6 @@ builds:
23
19
- windows
24
20
goarch :
25
21
- amd64
26
- - 386
27
- - arm
28
22
- arm64
29
23
env :
30
24
- CGO_ENABLED=0
@@ -50,10 +44,10 @@ changelog:
50
44
sort : asc
51
45
filters :
52
46
exclude :
53
- - ' ^docs: '
54
- - ' ^test: '
55
- - ' ^build: '
56
- - ' ^ci: '
47
+ - ' ^docs'
48
+ - ' ^test'
49
+ - ' ^build'
50
+ - ' ^ci'
57
51
58
52
dockers :
59
53
- goos : linux
Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ build: clean
47
47
@CGO_ENABLED=0 go build -ldflags ' -X "${NAME}/pkg/version.Version=${VERSION}" -X "${NAME}/pkg/version.Commit=${COMMIT}" -X "${NAME}/pkg/version.BuildTime=${BUILD_TIME}"' -o ${BUILD_DIR} /${EXE}
48
48
49
49
download :
50
- go mod download
51
-
50
+ @go mod download
52
51
52
+ setup :
53
+ @go install github.com/vektra/mockery/
[email protected]
You can’t perform that action at this time.
0 commit comments