super-release 1.10.0 → 1.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/bin/super-release-darwin-aarch64.tar.gz.sha256 +1 -1
- package/bin/super-release-darwin-x86_64.tar.gz.sha256 +1 -1
- package/bin/super-release-linux-aarch64.tar.gz.sha256 +1 -1
- package/bin/super-release-linux-x86_64-musl.tar.gz.sha256 +1 -1
- package/bin/super-release-linux-x86_64.tar.gz.sha256 +1 -1
- package/bin/super-release-windows-x86_64.zip.sha256 +1 -1
- package/config-schema.json +1 -1
- package/package.json +6 -6
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
8cabdb5ad1d539b4e7e91703cda5554dcaf986107d8252e76774a5aaf649a9bf super-release-darwin-aarch64.tar.gz
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
90ea5a43c57dd231f7caa07230f922d845796e31a8e75870cc6c06e0f828b6b4 super-release-darwin-x86_64.tar.gz
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
9d214507cc7246572893a785d7cb9247c2fcdc0d99d09a95602e157db918a6c0 super-release-linux-aarch64.tar.gz
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
12a1d1f19fb5f89be9716cab917a78eae73545c4df30ea4a5e5d00ac6de77401 super-release-linux-x86_64-musl.tar.gz
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
a8fb1d1a6dbec6daabddeb002ee77715744a6e047c91ba92627105e0a74c5fb0 super-release-linux-x86_64.tar.gz
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
AA0CD09462025969809F3FF66C7D2367E15DEFD8839C2D14857907C84899C83D
|
package/config-schema.json
CHANGED
|
@@ -308,7 +308,7 @@
|
|
|
308
308
|
},
|
|
309
309
|
"success_comment": {
|
|
310
310
|
"type": "string",
|
|
311
|
-
"description": "Success-comment template. Placeholders: {releases} (the
|
|
311
|
+
"description": "Success-comment template. Placeholders: {releases} (markdown links to the released packages, named via release_name_template), {tag} (the first release's raw git tag)."
|
|
312
312
|
},
|
|
313
313
|
"released_labels": {
|
|
314
314
|
"type": "array",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "super-release",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.11.0",
|
|
4
4
|
"description": "A fast semantic-release alternative for monorepos, written in Rust",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"changelog",
|
|
@@ -28,11 +28,11 @@
|
|
|
28
28
|
"provenance": true
|
|
29
29
|
},
|
|
30
30
|
"optionalDependencies": {
|
|
31
|
-
"super-release-
|
|
32
|
-
"super-release-
|
|
33
|
-
"super-release-
|
|
34
|
-
"super-release-
|
|
35
|
-
"super-release-
|
|
31
|
+
"super-release-darwin-arm64": "1.9.0",
|
|
32
|
+
"super-release-darwin-x64": "1.9.0",
|
|
33
|
+
"super-release-linux-x64": "1.9.0",
|
|
34
|
+
"super-release-windows-x64": "1.9.0",
|
|
35
|
+
"super-release-linux-arm64": "1.9.0"
|
|
36
36
|
},
|
|
37
37
|
"engines": {
|
|
38
38
|
"node": ">=20"
|