This repository was archived by the owner on Jul 14, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +30
-32
lines changed Expand file tree Collapse file tree 2 files changed +30
-32
lines changed Original file line number Diff line number Diff line change @@ -7,47 +7,45 @@ before:
7
7
# you may remove this if you don't need go generate
8
8
- go get -v
9
9
builds :
10
- -
11
-
12
- env :
13
- - CGO_ENABLED=0
14
- ldflags :
15
- - -s -w
16
- goos :
17
- - darwin
18
- - linux
19
- - windows
20
- goarch :
21
- - 386
22
- - amd64
23
- ignore :
24
- - goos : darwin
25
- goarch : 386
10
+ - env :
11
+ - CGO_ENABLED=0
12
+ ldflags :
13
+ - -s -w -X main.VERSION={{.Version}}
14
+ goos :
15
+ - darwin
16
+ - linux
17
+ - windows
18
+ goarch :
19
+ - 386
20
+ - amd64
21
+ ignore :
22
+ - goos : darwin
23
+ goarch : 386
26
24
archives :
27
- - replacements :
28
- darwin : Darwin
29
- linux : Linux
30
- amd64 : x86_64
25
+ - replacements :
26
+ darwin : Darwin
27
+ linux : Linux
28
+ amd64 : x86_64
31
29
checksum :
32
30
name_template : ' checksums.txt'
33
31
snapshot :
34
- name_template : " {{ .Tag }}"
32
+ name_template : ' {{ .Tag }}'
35
33
changelog :
36
34
sort : asc
37
35
filters :
38
36
exclude :
39
- - ' ^docs:'
40
- - ' ^test:'
37
+ - ' ^docs:'
38
+ - ' ^test:'
41
39
release :
42
40
github :
43
41
owner : athul
44
42
name : pwcli
45
43
brews :
46
- - name : pwcli
47
- github :
48
- owner : athul
49
- name : homebrew-tap
50
- folder : Formula
51
- homepage : " https://github.com/athul/pwcli"
52
- description : " Postwoman CLI in Go"
53
- install : bin.install "pwcli"
44
+ - name : pwcli
45
+ github :
46
+ owner : athul
47
+ name : homebrew-tap
48
+ folder : Formula
49
+ homepage : ' https://github.com/athul/pwcli'
50
+ description : ' Postwoman CLI in Go'
51
+ install : bin.install "pwcli"
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import (
11
11
)
12
12
13
13
// VERSION is set by `make` during the build to the most recent tag
14
- var VERSION = "v0.0.4 "
14
+ var VERSION = ""
15
15
16
16
func main () {
17
17
app := cli .NewApp ()
You can’t perform that action at this time.
0 commit comments