File tree Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,16 @@ labels:
49
49
color : FBCA04
50
50
- name : priority-low
51
51
color : 006B75
52
+ - name : kind/bug
53
+ color : c2c2fc
54
+ - name : kind/feature
55
+ color : c2c2fc
56
+ - name : kind/doc
57
+ color : c2c2fc
58
+ - name : kind/dep
59
+ color : c2c2fc
60
+ - name : kind/chore
61
+ color : c2c2fc
52
62
branches :
53
63
- name : master
54
64
protection :
Original file line number Diff line number Diff line change @@ -15,10 +15,11 @@ builds:
15
15
post :
16
16
- upx "{{ .Path }}"
17
17
ldflags :
18
- - -X github.com/jenkins-zh/jenkins-cli/app .version={{.Version}}
19
- - -X github.com/jenkins-zh/jenkins-cli/app .commit={{.ShortCommit}}
20
- - -X github.com/jenkins-zh/jenkins-cli/app .date={{.Date}}
18
+ - -X github.com/linuxsuren/cobra-extension/version .version={{.Version}}
19
+ - -X github.com/linuxsuren/cobra-extension/version .commit={{.ShortCommit}}
20
+ - -X github.com/linuxsuren/cobra-extension/version .date={{.Date}}
21
21
- -w
22
+ - -s
22
23
dist : release
23
24
archives :
24
25
- name_template : " {{ .Binary }}-{{ .Os }}-{{ .Arch }}"
You can’t perform that action at this time.
0 commit comments