Commit 9cfdaf2 1 parent 44561c8 commit 9cfdaf2 Copy full SHA for 9cfdaf2
File tree 2 files changed +33
-1
lines changed
2 files changed +33
-1
lines changed Original file line number Diff line number Diff line change
1
+ # This is an example .goreleaser.yml file with some sensible defaults.
2
+ # Make sure to check the documentation at https://goreleaser.com
3
+
4
+ # The lines below are called `modelines`. See `:help modeline`
5
+ # Feel free to remove those if you don't want/need to use them.
6
+ # yaml-language-server: $schema=https://goreleaser.com/static/schema.json
7
+ # vim: set ts=2 sw=2 tw=0 fo=cnqoj
8
+
9
+ version : 2
10
+
11
+ before :
12
+ hooks :
13
+ # You may remove this if you don't use go modules.
14
+ - go mod tidy
15
+ # you may remove this if you don't need go generate
16
+ - go generate ./...
17
+
1
18
builds :
2
- - main : ./path/to/your/main/pkg/
19
+ - skip : true
20
+
21
+ changelog :
22
+ sort : asc
23
+ filters :
24
+ exclude :
25
+ - " ^docs:"
26
+ - " ^test:"
27
+
28
+ release :
29
+ footer : >-
30
+
31
+ ---
32
+
33
+ Released by [GoReleaser](https://github.com/goreleaser/goreleaser).
Original file line number Diff line number Diff line change 1
1
github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
2
2
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
3
+ github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
3
4
github.com/go-test/deep v1.1.1 h1:0r/53hagsehfO4bzD2Pgr/+RgHqhmf+k1Bpse2cTu1U =
4
5
github.com/go-test/deep v1.1.1 /go.mod h1:5C2ZWiW0ErCdrYzpqxLbTX7MG14M9iiw8DgHncVwcsE =
5
6
github.com/google/go-cmp v0.5.2 h1:X2ev0eStA3AbceY54o37/0PQ/UWqKEiiO2dKL5OPaFM =
You can’t perform that action at this time.
0 commit comments