@goreleaser/goreleaser 2.12.1 → 2.12.3
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="
|
|
7
|
-
<img alt="Go" src="./www/docs/static/go-dark.svg#gh-dark-mode-only" height="
|
|
8
|
-
<img alt="Rust" src="./www/docs/static/rust-light.svg#gh-light-mode-only" height="
|
|
9
|
-
<img alt="Rust" src="./www/docs/static/rust-dark.svg#gh-dark-mode-only" height="
|
|
10
|
-
<img alt="Zig" src="./www/docs/static/zig-light.svg#gh-light-mode-only" height="
|
|
11
|
-
<img alt="Zig" src="./www/docs/static/zig-dark.svg#gh-dark-mode-only" height="
|
|
12
|
-
<img alt="Bun" src="./www/docs/static/bun-light.svg#gh-light-mode-only" height="
|
|
13
|
-
<img alt="Bun" src="./www/docs/static/bun-dark.svg#gh-dark-mode-only" height="
|
|
14
|
-
<img alt="Deno" src="./www/docs/static/deno-light.svg#gh-light-mode-only" height="
|
|
15
|
-
<img alt="Deno" src="./www/docs/static/deno-dark.svg#gh-dark-mode-only" height="
|
|
16
|
-
<img alt="Python" src="./www/docs/static/python-light.svg#gh-light-mode-only" height="
|
|
17
|
-
<img alt="Python" src="./www/docs/static/python-dark.svg#gh-dark-mode-only" height="
|
|
6
|
+
<img alt="Go" src="./www/docs/static/go-light.svg#gh-light-mode-only" height="30" width="30" />
|
|
7
|
+
<img alt="Go" src="./www/docs/static/go-dark.svg#gh-dark-mode-only" height="30" width="30" />
|
|
8
|
+
<img alt="Rust" src="./www/docs/static/rust-light.svg#gh-light-mode-only" height="30" width="30" />
|
|
9
|
+
<img alt="Rust" src="./www/docs/static/rust-dark.svg#gh-dark-mode-only" height="30" width="30" />
|
|
10
|
+
<img alt="Zig" src="./www/docs/static/zig-light.svg#gh-light-mode-only" height="30" width="30" />
|
|
11
|
+
<img alt="Zig" src="./www/docs/static/zig-dark.svg#gh-dark-mode-only" height="30" width="30" />
|
|
12
|
+
<img alt="Bun" src="./www/docs/static/bun-light.svg#gh-light-mode-only" height="30" width="30" />
|
|
13
|
+
<img alt="Bun" src="./www/docs/static/bun-dark.svg#gh-dark-mode-only" height="30" width="30" />
|
|
14
|
+
<img alt="Deno" src="./www/docs/static/deno-light.svg#gh-light-mode-only" height="30" width="30" />
|
|
15
|
+
<img alt="Deno" src="./www/docs/static/deno-dark.svg#gh-dark-mode-only" height="30" width="30" />
|
|
16
|
+
<img alt="Python" src="./www/docs/static/python-light.svg#gh-light-mode-only" height="30" width="30" />
|
|
17
|
+
<img alt="Python" src="./www/docs/static/python-dark.svg#gh-dark-mode-only" height="30" width="30" />
|
|
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.12.
|
|
3
|
+
"version": "2.12.3",
|
|
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.12.
|
|
40
|
+
"url": "https://github.com/goreleaser/goreleaser/releases/download/v2.12.3/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": "9a43c452580f0a3415fc84f9702c8444903872def751e8b19d875e2a78784ed4"
|
|
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.12.
|
|
52
|
+
"url": "https://github.com/goreleaser/goreleaser/releases/download/v2.12.3/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": "c4240ecfa9a3fa633eace9e43d7e85a8a36291155d3cbf471e67884e8b5f7b9f"
|
|
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.12.
|
|
64
|
+
"url": "https://github.com/goreleaser/goreleaser/releases/download/v2.12.3/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": "a841db4911c1dc32fb8eb1d4afe91ae218c71bbc3b18379f9cddb2ee899aca31"
|
|
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.12.
|
|
76
|
+
"url": "https://github.com/goreleaser/goreleaser/releases/download/v2.12.3/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": "fd64c4baea57043a63cc209e8ad3fa54a7e3eda88bf0d053d1af9b577f328eac"
|
|
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.12.
|
|
88
|
+
"url": "https://github.com/goreleaser/goreleaser/releases/download/v2.12.3/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": "d2ff86ed139485397de82274628d6c1f725ad33614f81f043c798fda46030d23"
|
|
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.12.
|
|
100
|
+
"url": "https://github.com/goreleaser/goreleaser/releases/download/v2.12.3/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": "2d7e94d17806ed2eb704870716e66218ac8d062bfdb7dc105e575564aa54adfe"
|
|
108
108
|
}
|
|
109
109
|
}
|
|
110
110
|
}
|