@goreleaser/goreleaser-pro 2.8.1 → 2.9.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 +15 -1
- package/package.json +11 -11
package/README.md
CHANGED
|
@@ -1,7 +1,21 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<img alt="GoReleaser Logo" src="https://avatars2.githubusercontent.com/u/24697112?v=3&s=200" height="
|
|
2
|
+
<img alt="GoReleaser Logo" src="https://avatars2.githubusercontent.com/u/24697112?v=3&s=200" height="200" />
|
|
3
3
|
<h3 align="center">GoReleaser</h3>
|
|
4
4
|
<p align="center">Release engineering, simplified.</p>
|
|
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" />
|
|
18
|
+
</p>
|
|
5
19
|
</p>
|
|
6
20
|
|
|
7
21
|
---
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@goreleaser/goreleaser-pro",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.9.0",
|
|
4
4
|
"description": "Release engineering, simplified.",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"postinstall": "node install.js",
|
|
@@ -37,62 +37,62 @@
|
|
|
37
37
|
"archives": {
|
|
38
38
|
"darwin-arm64": {
|
|
39
39
|
"name": "goreleaser-pro_Darwin_arm64.tar.gz",
|
|
40
|
-
"url": "https://github.com/goreleaser/goreleaser-pro/releases/download/v2.
|
|
40
|
+
"url": "https://github.com/goreleaser/goreleaser-pro/releases/download/v2.9.0/goreleaser-pro_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": "8f4fe75597c72d6dc52e84e208e743922f57613e314198c0466722b94b3b2310"
|
|
48
48
|
}
|
|
49
49
|
},
|
|
50
50
|
"darwin-x64": {
|
|
51
51
|
"name": "goreleaser-pro_Darwin_x86_64.tar.gz",
|
|
52
|
-
"url": "https://github.com/goreleaser/goreleaser-pro/releases/download/v2.
|
|
52
|
+
"url": "https://github.com/goreleaser/goreleaser-pro/releases/download/v2.9.0/goreleaser-pro_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": "b7cb9dfaa05268963adfe4b0dbe12ee07fff4c36891086e64cbc51f58bdf7a3c"
|
|
60
60
|
}
|
|
61
61
|
},
|
|
62
62
|
"linux-arm64": {
|
|
63
63
|
"name": "goreleaser-pro_Linux_arm64.tar.gz",
|
|
64
|
-
"url": "https://github.com/goreleaser/goreleaser-pro/releases/download/v2.
|
|
64
|
+
"url": "https://github.com/goreleaser/goreleaser-pro/releases/download/v2.9.0/goreleaser-pro_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": "a8db146d1301cfe694eb2e3077dff2f7c186e786d73e44b81b53b9ea90bcf4e0"
|
|
72
72
|
}
|
|
73
73
|
},
|
|
74
74
|
"linux-x64": {
|
|
75
75
|
"name": "goreleaser-pro_Linux_x86_64.tar.gz",
|
|
76
|
-
"url": "https://github.com/goreleaser/goreleaser-pro/releases/download/v2.
|
|
76
|
+
"url": "https://github.com/goreleaser/goreleaser-pro/releases/download/v2.9.0/goreleaser-pro_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": "6b953afc8169b0442d94ae1e2dffc44f483678de9f0c7acc6647099c1f28657d"
|
|
84
84
|
}
|
|
85
85
|
},
|
|
86
86
|
"win32-x64": {
|
|
87
87
|
"name": "goreleaser-pro_Windows_x86_64.zip",
|
|
88
|
-
"url": "https://github.com/goreleaser/goreleaser-pro/releases/download/v2.
|
|
88
|
+
"url": "https://github.com/goreleaser/goreleaser-pro/releases/download/v2.9.0/goreleaser-pro_Windows_x86_64.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": "ea0b2d5dda3416037c2c60d98c81ffdf176efb82222e2091190e09c487936f41"
|
|
96
96
|
}
|
|
97
97
|
}
|
|
98
98
|
}
|