1
1
before :
2
- hooks :
3
- - go mod download
2
+ hooks :
3
+ - go mod download
4
4
5
5
changelog :
6
6
sort : desc
@@ -12,25 +12,25 @@ changelog:
12
12
13
13
builds :
14
14
- env :
15
- - CGO_ENABLED=0
15
+ - CGO_ENABLED=0
16
16
goos :
17
- - linux
18
- - windows
19
- - darwin
17
+ - linux
18
+ - windows
19
+ - darwin
20
20
goarch :
21
- - 386
22
- - amd64
23
- - arm64
21
+ - 386
22
+ - amd64
23
+ - arm64
24
24
ignore :
25
- - goos : windows
26
- goarch : arm64
27
- - goos : darwin
28
- goarch : 386
25
+ - goos : windows
26
+ goarch : arm64
27
+ - goos : darwin
28
+ goarch : 386
29
29
main : ./cmd
30
30
binary : symfony
31
31
ldflags : -s -w -X 'main.channel={{ if index .Env "AUTOUPDATE_CHANNEL" }}{{ .Env.AUTOUPDATE_CHANNEL }}{{ else }}dev{{ end }}' -X 'main.buildDate={{ .Date }}' -X 'main.version={{ .Version }}'
32
32
flags :
33
- - -trimpath
33
+ - -trimpath
34
34
35
35
archives :
36
36
- name_template : ' {{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
@@ -42,14 +42,71 @@ archives:
42
42
- LICENSE
43
43
44
44
checksum :
45
- name_template : ' checksums.txt'
45
+ name_template : ' checksums.txt'
46
46
47
47
snapshot :
48
- name_template : " next"
48
+ name_template : " next"
49
49
50
50
universal_binaries :
51
- - replace : true
51
+ - replace : true
52
52
53
53
release :
54
54
footer : |
55
55
**Full Changelog**: https://github.com/symfony-cli/symfony-cli/compare/{{ .PreviousTag }}...{{ .Tag }}
56
+
57
+ brews :
58
+ - tap :
59
+ owner : symfony-cli
60
+ name : homebrew-tap
61
+ commit_author :
62
+ name : Fabien Potencier
63
+ email : fabien@symfony.com
64
+ folder : Formula
65
+ goarm : " 7"
66
+ homepage : https://symfony.com
67
+ description : Helps Symfony developers manage projects, from local code to remote infrastructure
68
+ license : AGPL-3.0
69
+ test : |
70
+ system "#{bin}/symfony version"
71
+ dependencies :
72
+ - name : git
73
+ type : optional
74
+ install : |-
75
+ bin.install "symfony"
76
+
77
+ rigs :
78
+ - rig :
79
+ owner : symfony-cli
80
+ name : fish-food
81
+ commit_author :
82
+ name : Fabien Potencier
83
+ email : fabien@symfony.com
84
+ homepage : https://symfony.com
85
+ description : Helps Symfony developers manage projects, from local code to remote infrastructure
86
+ license : AGPL-3.0
87
+
88
+ scoop :
89
+ bucket :
90
+ owner : symfony-cli
91
+ name : scoop-bucket
92
+ commit_author :
93
+ name : Fabien Potencier
94
+ email : fabien@symfony.com
95
+ homepage : https://symfony.com
96
+ description : Helps Symfony developers manage projects, from local code to remote infrastructure
97
+ license : AGPL-3.0
98
+
99
+ nfpms :
100
+ - file_name_template : ' {{ .ConventionalFileName }}'
101
+ id : packages
102
+ homepage : https://symfony.com
103
+ description : Helps Symfony developers manage projects, from local code to remote infrastructure
104
+ maintainer : Fabien Potencier <fabien@symfony.com>
105
+ license : AGPL-3.0
106
+ vendor : Symfony
107
+ formats :
108
+ - apk
109
+ - deb
110
+ - rpm
111
+ recommends :
112
+ - git
0 commit comments