File tree Expand file tree Collapse file tree 1 file changed +35
-37
lines changed Expand file tree Collapse file tree 1 file changed +35
-37
lines changed Original file line number Diff line number Diff line change 1
-
1
+ env :
2
+ - GO111MODULE=on
3
+ - CGO_ENABLED=0
4
+ before :
5
+ hooks :
6
+ - go mod tidy
2
7
builds :
3
- -
4
- env :
5
- - CGO_ENABLED=0
8
+ - main : ./cmd/unsavory/
9
+ ldflags :
10
+ - " -s -w "
6
11
goos :
7
12
- darwin
13
+ - freebsd
8
14
- linux
15
+ - openbsd
9
16
- windows
10
- goarch :
11
- - i386
12
- - amd64
13
- - arm
14
- - arm64
15
- goarm :
16
- - 6
17
- - 7
18
- ignore :
19
- - goos : darwin
20
- goarch : 386
21
- - goos : darwin
22
- goarch : arm
23
- - goos : darwin
24
- goarch : arm64
25
- - goos : windows
26
- goarch : 386
27
- - goos : windows
28
- goarch : arm
17
+
18
+ archives :
19
+ - format : tar.gz
20
+ format_overrides :
29
21
- goos : windows
30
- goarch : arm64
31
- flags : -tags netgo
32
- main : ./cmd/unsavory/main.go
22
+ format : zip
23
+ replacements :
24
+ darwin : macOS
25
+ linux : Linux
26
+ windows : Windows
27
+ 386 : i386
28
+ amd64 : x86_64
29
+ wrap_in_directory : true
30
+
31
+ snapshot :
32
+ name_template : " {{ .Tag }}-next"
33
33
changelog :
34
34
sort : asc
35
- filters :
36
- exclude :
37
- - ' ^docs:'
38
- - ' ^test:'
39
- - Dockerfile
40
- brew :
41
- github :
42
- owner : citizen428
43
- name : homebrew-tap
44
- homepage : " https://github.com/citizen428/unsavory"
45
- description : " Removes outdated Pinboard bookmarks"
35
+
36
+ brews :
37
+ - name : unsavory
38
+ tap :
39
+ owner : citizen428
40
+ name : homebrew-tap
41
+ homepage : " https://github.com/citizen428/unsavory"
42
+ description : " Removes outdated Pinboard bookmarks"
43
+ license : " MIT"
You can’t perform that action at this time.
0 commit comments