@goreleaser/goreleaser 2.16.0 → 2.17.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -3
- package/package.json +15 -15
package/README.md
CHANGED
|
@@ -35,7 +35,6 @@ You have questions, need support and or just want to talk about GoReleaser?
|
|
|
35
35
|
|
|
36
36
|
Here are ways to get in touch with the GoReleaser community:
|
|
37
37
|
|
|
38
|
-
[](https://discord.gg/RGEBtg8vQ6)
|
|
39
38
|
[](https://twitter.com/goreleaser)
|
|
40
39
|
[](https://t.me/goreleasernews)
|
|
41
40
|
[](https://github.com/goreleaser/goreleaser/discussions)
|
|
@@ -90,9 +89,9 @@ A big **thank you** to all current, past, and future sponsors!
|
|
|
90
89
|
<div align="center">
|
|
91
90
|
<h2>Our Sponsors</h2>
|
|
92
91
|
<p align="center"><strong>Diamond</strong><br> <a href="https://serpapi.com/?utm_source=goreleaser&utm_medium=sponsor&utm_campaign=homepage&utm_content=github" target="_blank" rel="noopener sponsored" ><img src="https://github.com/serpapi.png" alt="SerpApi" width="128"/></a></p>
|
|
93
|
-
<p align="center"><strong>Gold</strong><br> <a href="https://
|
|
92
|
+
<p align="center"><strong>Gold</strong><br> <a href="https://resources.github.com/github-secure-open-source-fund/?utm_source=goreleaser&utm_medium=sponsor&utm_campaign=homepage&utm_content=github" target="_blank" rel="noopener sponsored" ><img src="https://avatars.githubusercontent.com/u/199005812?s=96&v=4" alt="GitHub SecureOSS Fund " width="96"/></a> <a href="https://nitric.io?utm_source=goreleaser&utm_medium=sponsor&utm_campaign=homepage&utm_content=github" target="_blank" rel="noopener sponsored" ><img src="https://avatars.githubusercontent.com/u/72055470?s=96&v=4" alt="nitric" width="96"/></a></p>
|
|
94
93
|
<p align="center"><strong>Silver</strong><br> <a href="https://depot.dev?utm_source=goreleaser&utm_medium=sponsor&utm_campaign=homepage&utm_content=opencollective" target="_blank" rel="noopener sponsored" ><img src="https://images.opencollective.com/depot/39125a1/logo.png?height=80" alt="Depot" width="80"/></a> <a href="https://www.n-ix.com/?utm_source=goreleaser&utm_medium=sponsor&utm_campaign=homepage&utm_content=opencollective" target="_blank" rel="noopener sponsored" ><img src="https://images.opencollective.com/n-ix-ltd/575a7a5/logo.png?height=80" alt="N-iX Ltd" width="80"/></a></p>
|
|
95
|
-
<p align="center"><strong>Bronze</strong><br> <a href="https://www.conet.de?utm_source=goreleaser&utm_medium=sponsor&utm_campaign=homepage&utm_content=github" target="_blank" rel="noopener sponsored" ><img src="https://avatars.githubusercontent.com/u/35725664?s=64&v=4" alt="conet cloud" width="64"/></a> <a href="https://encore.dev?utm_source=goreleaser&utm_medium=sponsor&utm_campaign=homepage&utm_content=github" target="_blank" rel="noopener sponsored" ><img src="https://avatars.githubusercontent.com/u/50438175?s=64&v=4" alt="Encore" width="64"/></a> <a href="https://www.comet.com/site/?utm_source=goreleaser&utm_medium=sponsor&utm_campaign=homepage&utm_content=github" target="_blank" rel="noopener sponsored" ><img src="https://avatars.githubusercontent.com/u/31487821?s=64&v=4" alt="Comet" width="64"/></a> <a href="https://about.gitea.com/?utm_source=goreleaser&utm_medium=sponsor&utm_campaign=homepage&utm_content=opencollective" target="_blank" rel="noopener sponsored" ><img src="https://images.opencollective.com/gitea/bf35c2f/logo.png?height=64" alt="Gitea" width="64"/></a
|
|
94
|
+
<p align="center"><strong>Bronze</strong><br> <a href="https://www.conet.de?utm_source=goreleaser&utm_medium=sponsor&utm_campaign=homepage&utm_content=github" target="_blank" rel="noopener sponsored" ><img src="https://avatars.githubusercontent.com/u/35725664?s=64&v=4" alt="conet cloud" width="64"/></a> <a href="https://encore.dev?utm_source=goreleaser&utm_medium=sponsor&utm_campaign=homepage&utm_content=github" target="_blank" rel="noopener sponsored" ><img src="https://avatars.githubusercontent.com/u/50438175?s=64&v=4" alt="Encore" width="64"/></a> <a href="https://www.comet.com/site/?utm_source=goreleaser&utm_medium=sponsor&utm_campaign=homepage&utm_content=github" target="_blank" rel="noopener sponsored" ><img src="https://avatars.githubusercontent.com/u/31487821?s=64&v=4" alt="Comet" width="64"/></a> <a href="https://about.gitea.com/?utm_source=goreleaser&utm_medium=sponsor&utm_campaign=homepage&utm_content=opencollective" target="_blank" rel="noopener sponsored" ><img src="https://images.opencollective.com/gitea/bf35c2f/logo.png?height=64" alt="Gitea" width="64"/></a></p>
|
|
96
95
|
<h3>And many more!</h3>
|
|
97
96
|
<p>See the full list <a href="https://goreleaser.com/sponsors" target="_blank" rel="noopener sponsored">here</a>.</p>
|
|
98
97
|
</div>
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@goreleaser/goreleaser",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.17.0",
|
|
5
5
|
"description": "Release engineering, simplified",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"postinstall": "node install.js",
|
|
@@ -32,80 +32,80 @@
|
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"jszip": "3.10.1",
|
|
35
|
-
"proxy-agent": "8.0.
|
|
36
|
-
"tar": "7.5.
|
|
35
|
+
"proxy-agent": "8.0.2",
|
|
36
|
+
"tar": "7.5.19"
|
|
37
37
|
},
|
|
38
38
|
"archives": {
|
|
39
39
|
"darwin-arm64": {
|
|
40
40
|
"name": "goreleaser_Darwin_arm64.tar.gz",
|
|
41
|
-
"url": "https://github.com/goreleaser/goreleaser/releases/download/v2.
|
|
41
|
+
"url": "https://github.com/goreleaser/goreleaser/releases/download/v2.17.0/goreleaser_Darwin_arm64.tar.gz",
|
|
42
42
|
"bins": [
|
|
43
43
|
"goreleaser"
|
|
44
44
|
],
|
|
45
45
|
"format": "tar.gz",
|
|
46
46
|
"checksum": {
|
|
47
47
|
"algorithm": "sha256",
|
|
48
|
-
"digest": "
|
|
48
|
+
"digest": "58912a80159199c0fd5c8484e4c868bf87414129655d6d87cd1cd84ee645736c"
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
51
|
"darwin-x64": {
|
|
52
52
|
"name": "goreleaser_Darwin_x86_64.tar.gz",
|
|
53
|
-
"url": "https://github.com/goreleaser/goreleaser/releases/download/v2.
|
|
53
|
+
"url": "https://github.com/goreleaser/goreleaser/releases/download/v2.17.0/goreleaser_Darwin_x86_64.tar.gz",
|
|
54
54
|
"bins": [
|
|
55
55
|
"goreleaser"
|
|
56
56
|
],
|
|
57
57
|
"format": "tar.gz",
|
|
58
58
|
"checksum": {
|
|
59
59
|
"algorithm": "sha256",
|
|
60
|
-
"digest": "
|
|
60
|
+
"digest": "f37e89fb844ddfd23cffb97e30d91f972c42da68232a676bfba2beacea300543"
|
|
61
61
|
}
|
|
62
62
|
},
|
|
63
63
|
"linux-arm64": {
|
|
64
64
|
"name": "goreleaser_Linux_arm64.tar.gz",
|
|
65
|
-
"url": "https://github.com/goreleaser/goreleaser/releases/download/v2.
|
|
65
|
+
"url": "https://github.com/goreleaser/goreleaser/releases/download/v2.17.0/goreleaser_Linux_arm64.tar.gz",
|
|
66
66
|
"bins": [
|
|
67
67
|
"goreleaser"
|
|
68
68
|
],
|
|
69
69
|
"format": "tar.gz",
|
|
70
70
|
"checksum": {
|
|
71
71
|
"algorithm": "sha256",
|
|
72
|
-
"digest": "
|
|
72
|
+
"digest": "75f93fc0e25d10d8535ffd0e4abcf39d6784a2467ba453d479ae513729a9ebbf"
|
|
73
73
|
}
|
|
74
74
|
},
|
|
75
75
|
"linux-x64": {
|
|
76
76
|
"name": "goreleaser_Linux_x86_64.tar.gz",
|
|
77
|
-
"url": "https://github.com/goreleaser/goreleaser/releases/download/v2.
|
|
77
|
+
"url": "https://github.com/goreleaser/goreleaser/releases/download/v2.17.0/goreleaser_Linux_x86_64.tar.gz",
|
|
78
78
|
"bins": [
|
|
79
79
|
"goreleaser"
|
|
80
80
|
],
|
|
81
81
|
"format": "tar.gz",
|
|
82
82
|
"checksum": {
|
|
83
83
|
"algorithm": "sha256",
|
|
84
|
-
"digest": "
|
|
84
|
+
"digest": "dde10e2d5a13cef969c0eec00c74f359c0ac306d702b1bd291ad9337b4e54c1d"
|
|
85
85
|
}
|
|
86
86
|
},
|
|
87
87
|
"win32-arm64": {
|
|
88
88
|
"name": "goreleaser_Windows_arm64.zip",
|
|
89
|
-
"url": "https://github.com/goreleaser/goreleaser/releases/download/v2.
|
|
89
|
+
"url": "https://github.com/goreleaser/goreleaser/releases/download/v2.17.0/goreleaser_Windows_arm64.zip",
|
|
90
90
|
"bins": [
|
|
91
91
|
"goreleaser.exe"
|
|
92
92
|
],
|
|
93
93
|
"format": "zip",
|
|
94
94
|
"checksum": {
|
|
95
95
|
"algorithm": "sha256",
|
|
96
|
-
"digest": "
|
|
96
|
+
"digest": "be8041b021aba508c8d704e13b378c750c181e33a884dfd47da198c49f12ea81"
|
|
97
97
|
}
|
|
98
98
|
},
|
|
99
99
|
"win32-x64": {
|
|
100
100
|
"name": "goreleaser_Windows_x86_64.zip",
|
|
101
|
-
"url": "https://github.com/goreleaser/goreleaser/releases/download/v2.
|
|
101
|
+
"url": "https://github.com/goreleaser/goreleaser/releases/download/v2.17.0/goreleaser_Windows_x86_64.zip",
|
|
102
102
|
"bins": [
|
|
103
103
|
"goreleaser.exe"
|
|
104
104
|
],
|
|
105
105
|
"format": "zip",
|
|
106
106
|
"checksum": {
|
|
107
107
|
"algorithm": "sha256",
|
|
108
|
-
"digest": "
|
|
108
|
+
"digest": "427f2928d798f9affa5ddd2412e354f90ecf9e2ba541b3e0767570eb1121482b"
|
|
109
109
|
}
|
|
110
110
|
}
|
|
111
111
|
}
|