@goreleaser/goreleaser-pro 2.10.2 → 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.
Files changed (2) hide show
  1. package/README.md +12 -12
  2. package/package.json +11 -11
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-pro",
3
- "version": "2.10.2",
3
+ "version": "2.11.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.10.2/goreleaser-pro_Darwin_arm64.tar.gz",
40
+ "url": "https://github.com/goreleaser/goreleaser-pro/releases/download/v2.11.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": "5058b3758f04f931075e9056d038f7401efcaf31eea36267ad0690fb17899904"
47
+ "digest": "0effd67c6f32d21d323d29ac14bc12ce435e4a94743afca843b902905e067567"
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.10.2/goreleaser-pro_Darwin_x86_64.tar.gz",
52
+ "url": "https://github.com/goreleaser/goreleaser-pro/releases/download/v2.11.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": "5f0388d1facbe6dc50cc3e02b58f9771ecb7778cca2b1b6ff7f40caa1557cb1b"
59
+ "digest": "78734bce002fcb2f0552f3979a73921d7dc67a712d98e199da0077b2752c0a25"
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.10.2/goreleaser-pro_Linux_arm64.tar.gz",
64
+ "url": "https://github.com/goreleaser/goreleaser-pro/releases/download/v2.11.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": "c330b3cb5c260c783b9d7bf0f183cd676ce21b0bdb722220a4f5b16e633c2b52"
71
+ "digest": "d5b870ef815becff5b50f9a6e733dcb14bfaba0cff9b72c5b278c9d7f76c328d"
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.10.2/goreleaser-pro_Linux_x86_64.tar.gz",
76
+ "url": "https://github.com/goreleaser/goreleaser-pro/releases/download/v2.11.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": "b25c4b3f07899911b7b69816f785f71499995cd7e83ce9181d24a5df30083a7e"
83
+ "digest": "9653d3b190bc08495043feb161edcae54cf637f9caf70df9460636568996c862"
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.10.2/goreleaser-pro_Windows_x86_64.zip",
88
+ "url": "https://github.com/goreleaser/goreleaser-pro/releases/download/v2.11.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": "87123263ffb0e682190222b67f9a6f606758550b3e243cd68b732bf1d1546a0f"
95
+ "digest": "546ad5b389f30c7c2a8b46d8df3dd31e967f7813e8aaf0a96fc4ecfddc9388be"
96
96
  }
97
97
  }
98
98
  }