@goreleaser/goreleaser 2.10.1 → 2.11.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 +12 -12
- package/package.json +13 -13
package/README.md
CHANGED
|
@@ -3,18 +3,18 @@
|
|
|
3
3
|
<h3 align="center">GoReleaser</h3>
|
|
4
4
|
<p align="center">Release engineering, simplified.</p>
|
|
5
5
|
<p align="center">
|
|
6
|
-
<img alt="Go" src="./www/docs/static/go-light.svg#gh-light-mode-only" height="60" />
|
|
7
|
-
<img alt="Go" src="./www/docs/static/go-dark.svg#gh-dark-mode-only" height="60" />
|
|
8
|
-
<img alt="Rust" src="./www/docs/static/rust-light.svg#gh-light-mode-only" height="60" />
|
|
9
|
-
<img alt="Rust" src="./www/docs/static/rust-dark.svg#gh-dark-mode-only" height="60" />
|
|
10
|
-
<img alt="Zig" src="./www/docs/static/zig-light.svg#gh-light-mode-only" height="60" />
|
|
11
|
-
<img alt="Zig" src="./www/docs/static/zig-dark.svg#gh-dark-mode-only" height="60" />
|
|
12
|
-
<img alt="Bun" src="./www/docs/static/bun-light.svg#gh-light-mode-only" height="60" />
|
|
13
|
-
<img alt="Bun" src="./www/docs/static/bun-dark.svg#gh-dark-mode-only" height="60" />
|
|
14
|
-
<img alt="Deno" src="./www/docs/static/deno-light.svg#gh-light-mode-only" height="60" />
|
|
15
|
-
<img alt="Deno" src="./www/docs/static/deno-dark.svg#gh-dark-mode-only" height="60" />
|
|
16
|
-
<img alt="Python" src="./www/docs/static/python-light.svg#gh-light-mode-only" height="60" />
|
|
17
|
-
<img alt="Python" src="./www/docs/static/python-dark.svg#gh-dark-mode-only" height="60" />
|
|
6
|
+
<img alt="Go" src="./www/docs/static/go-light.svg#gh-light-mode-only" height="60" width="60" />
|
|
7
|
+
<img alt="Go" src="./www/docs/static/go-dark.svg#gh-dark-mode-only" height="60" width="60" />
|
|
8
|
+
<img alt="Rust" src="./www/docs/static/rust-light.svg#gh-light-mode-only" height="60" width="60" />
|
|
9
|
+
<img alt="Rust" src="./www/docs/static/rust-dark.svg#gh-dark-mode-only" height="60" width="60" />
|
|
10
|
+
<img alt="Zig" src="./www/docs/static/zig-light.svg#gh-light-mode-only" height="60" width="60" />
|
|
11
|
+
<img alt="Zig" src="./www/docs/static/zig-dark.svg#gh-dark-mode-only" height="60" width="60" />
|
|
12
|
+
<img alt="Bun" src="./www/docs/static/bun-light.svg#gh-light-mode-only" height="60" width="60" />
|
|
13
|
+
<img alt="Bun" src="./www/docs/static/bun-dark.svg#gh-dark-mode-only" height="60" width="60" />
|
|
14
|
+
<img alt="Deno" src="./www/docs/static/deno-light.svg#gh-light-mode-only" height="60" width="60" />
|
|
15
|
+
<img alt="Deno" src="./www/docs/static/deno-dark.svg#gh-dark-mode-only" height="60" width="60" />
|
|
16
|
+
<img alt="Python" src="./www/docs/static/python-light.svg#gh-light-mode-only" height="60" width="60" />
|
|
17
|
+
<img alt="Python" src="./www/docs/static/python-dark.svg#gh-dark-mode-only" height="60" width="60" />
|
|
18
18
|
</p>
|
|
19
19
|
</p>
|
|
20
20
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@goreleaser/goreleaser",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.11.0",
|
|
4
4
|
"description": "Release engineering, simplified",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"postinstall": "node install.js",
|
|
@@ -37,74 +37,74 @@
|
|
|
37
37
|
"archives": {
|
|
38
38
|
"darwin-arm64": {
|
|
39
39
|
"name": "goreleaser_Darwin_arm64.tar.gz",
|
|
40
|
-
"url": "https://github.com/goreleaser/goreleaser/releases/download/v2.
|
|
40
|
+
"url": "https://github.com/goreleaser/goreleaser/releases/download/v2.11.0/goreleaser_Darwin_arm64.tar.gz",
|
|
41
41
|
"bins": [
|
|
42
42
|
"goreleaser"
|
|
43
43
|
],
|
|
44
44
|
"format": "tar.gz",
|
|
45
45
|
"checksum": {
|
|
46
46
|
"algorithm": "sha256",
|
|
47
|
-
"digest": "
|
|
47
|
+
"digest": "bad20c5a4dd74e8e5e6e74c9958870d87262724cf139c350342f63affa582f0e"
|
|
48
48
|
}
|
|
49
49
|
},
|
|
50
50
|
"darwin-x64": {
|
|
51
51
|
"name": "goreleaser_Darwin_x86_64.tar.gz",
|
|
52
|
-
"url": "https://github.com/goreleaser/goreleaser/releases/download/v2.
|
|
52
|
+
"url": "https://github.com/goreleaser/goreleaser/releases/download/v2.11.0/goreleaser_Darwin_x86_64.tar.gz",
|
|
53
53
|
"bins": [
|
|
54
54
|
"goreleaser"
|
|
55
55
|
],
|
|
56
56
|
"format": "tar.gz",
|
|
57
57
|
"checksum": {
|
|
58
58
|
"algorithm": "sha256",
|
|
59
|
-
"digest": "
|
|
59
|
+
"digest": "0f00e91e92837b94389fb697f091dc2463ebba3c69a22e95d4e9e7c144af3c12"
|
|
60
60
|
}
|
|
61
61
|
},
|
|
62
62
|
"linux-arm64": {
|
|
63
63
|
"name": "goreleaser_Linux_arm64.tar.gz",
|
|
64
|
-
"url": "https://github.com/goreleaser/goreleaser/releases/download/v2.
|
|
64
|
+
"url": "https://github.com/goreleaser/goreleaser/releases/download/v2.11.0/goreleaser_Linux_arm64.tar.gz",
|
|
65
65
|
"bins": [
|
|
66
66
|
"goreleaser"
|
|
67
67
|
],
|
|
68
68
|
"format": "tar.gz",
|
|
69
69
|
"checksum": {
|
|
70
70
|
"algorithm": "sha256",
|
|
71
|
-
"digest": "
|
|
71
|
+
"digest": "b06def64ee10adfef205cbe3a4c321aa86339a8e7ca0003b768ed680f6ab3000"
|
|
72
72
|
}
|
|
73
73
|
},
|
|
74
74
|
"linux-x64": {
|
|
75
75
|
"name": "goreleaser_Linux_x86_64.tar.gz",
|
|
76
|
-
"url": "https://github.com/goreleaser/goreleaser/releases/download/v2.
|
|
76
|
+
"url": "https://github.com/goreleaser/goreleaser/releases/download/v2.11.0/goreleaser_Linux_x86_64.tar.gz",
|
|
77
77
|
"bins": [
|
|
78
78
|
"goreleaser"
|
|
79
79
|
],
|
|
80
80
|
"format": "tar.gz",
|
|
81
81
|
"checksum": {
|
|
82
82
|
"algorithm": "sha256",
|
|
83
|
-
"digest": "
|
|
83
|
+
"digest": "da8383cb2e1e848372a337922333ec883b8607c2ba70a2a68a0f33022fb7ebfd"
|
|
84
84
|
}
|
|
85
85
|
},
|
|
86
86
|
"win32-arm64": {
|
|
87
87
|
"name": "goreleaser_Windows_arm64.zip",
|
|
88
|
-
"url": "https://github.com/goreleaser/goreleaser/releases/download/v2.
|
|
88
|
+
"url": "https://github.com/goreleaser/goreleaser/releases/download/v2.11.0/goreleaser_Windows_arm64.zip",
|
|
89
89
|
"bins": [
|
|
90
90
|
"goreleaser.exe"
|
|
91
91
|
],
|
|
92
92
|
"format": "zip",
|
|
93
93
|
"checksum": {
|
|
94
94
|
"algorithm": "sha256",
|
|
95
|
-
"digest": "
|
|
95
|
+
"digest": "8a101601e83080d6598f193fedbe63df3abb5da3c45e9961657d1e916083508a"
|
|
96
96
|
}
|
|
97
97
|
},
|
|
98
98
|
"win32-x64": {
|
|
99
99
|
"name": "goreleaser_Windows_x86_64.zip",
|
|
100
|
-
"url": "https://github.com/goreleaser/goreleaser/releases/download/v2.
|
|
100
|
+
"url": "https://github.com/goreleaser/goreleaser/releases/download/v2.11.0/goreleaser_Windows_x86_64.zip",
|
|
101
101
|
"bins": [
|
|
102
102
|
"goreleaser.exe"
|
|
103
103
|
],
|
|
104
104
|
"format": "zip",
|
|
105
105
|
"checksum": {
|
|
106
106
|
"algorithm": "sha256",
|
|
107
|
-
"digest": "
|
|
107
|
+
"digest": "9dee11dc151b45ce3195e7ce911320de94533bf1661544ffc46539c850e021df"
|
|
108
108
|
}
|
|
109
109
|
}
|
|
110
110
|
}
|