File tree Expand file tree Collapse file tree 9 files changed +37
-9
lines changed Expand file tree Collapse file tree 9 files changed +37
-9
lines changed Original file line number Diff line number Diff line change @@ -26,3 +26,5 @@ fixtures/y.xml
2626/tmp
2727docs /zek.1
2828/zek.1
29+
30+ dist /
Original file line number Diff line number Diff line change 1+ # Make sure to check the documentation at https://goreleaser.com
2+ before :
3+ hooks :
4+ - go mod tidy
5+ builds :
6+ - env :
7+ - CGO_ENABLED=0
8+ goos :
9+ - linux
10+ - windows
11+ - darwin
12+ main : ./cmd/zek/main.go
13+ archives :
14+ - replacements :
15+ darwin : Darwin
16+ linux : Linux
17+ windows : Windows
18+ 386 : i386
19+ amd64 : x86_64
20+ checksum :
21+ name_template : " {{ .ProjectName }}_checksums.txt"
22+ snapshot :
23+ name_template : " {{ incpatch .Version }}-next"
24+ changelog :
25+ sort : asc
26+ filters :
27+ exclude :
28+ - ' ^docs:'
29+ - ' ^test:'
Original file line number Diff line number Diff line change 11github.1485827954.workers.dev/sethgrid/pester v0.0.0-20190127155807-68a33a018ad0 h1:X9XMOYjxEfAYSy3xK1DzO5dMkkWhs9E9UCcS1IERx2k =
22github.1485827954.workers.dev/sethgrid/pester v0.0.0-20190127155807-68a33a018ad0 /go.mod h1:Ad7IjTpvzZO8Fl0vh9AzQ+j/jYZfyp2diGwI8m5q+ns =
33golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 /go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w =
4- golang.org/x/net v0.0.0-20190415100556-4a65cf94b679 h1:tzVWzOrXxwAwdSCMrf+mbNrZFxwS0+HLP4m2qxtfdhk =
5- golang.org/x/net v0.0.0-20190415100556-4a65cf94b679 /go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg =
64golang.org/x/net v0.0.0-20200301022130-244492dfa37a h1:GuSPYbZzB5/dcLNCwLQLsg3obCJtX9IJhpXkvY7kzk0 =
75golang.org/x/net v0.0.0-20200301022130-244492dfa37a /go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s =
86golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a /go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY =
9- golang.org/x/text v0.3.0 h1:g61tztE5qeGQ89tm6NTjjM9VPIm088od1l6aSorWRWg =
107golang.org/x/text v0.3.0 /go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ =
118golang.org/x/text v0.3.2 h1:tW2bmiBqwgJj/UpqtC8EpXEZVYOwU0yG4iWbprSVAcs =
129golang.org/x/text v0.3.2 /go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk =
Original file line number Diff line number Diff line change 11Package: zek
2- Version: 0.1.12
2+ Version: 0.1.13
33Section: utils
44Priority: optional
55Architecture: amd64
Original file line number Diff line number Diff line change 11Package: zek
2- Version: 0.1.12
2+ Version: 0.1.13
33Section: utils
44Priority: optional
55Architecture: any
Original file line number Diff line number Diff line change 11Package: zek
2- Version: 0.1.12
2+ Version: 0.1.13
33Section: utils
44Priority: optional
55Architecture: armhf
Original file line number Diff line number Diff line change 11Package: zek
2- Version: 0.1.12
2+ Version: 0.1.13
33Section: utils
44Priority: optional
55Architecture: amd64
Original file line number Diff line number Diff line change 11Summary: Generate a Go struct from an XML document.
22Name: zek
3- Version: 0.1.12
3+ Version: 0.1.13
44Release: 0
55License: GPL
66BuildArch: x86_64
Original file line number Diff line number Diff line change 2222package zek
2323
2424// Version of application.
25- var Version = "0.1.12 "
25+ var Version = "0.1.13 "
You can’t perform that action at this time.
0 commit comments