semantic-release 24.2.7 → 24.2.8
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.
|
@@ -207,3 +207,9 @@
|
|
|
207
207
|
- [semantic-release-kaniko](https://github.com/brendangeck/semantic-release-kaniko)
|
|
208
208
|
- `verifyConditions`: Verify that all needed configuration is present and login to the Docker registry.
|
|
209
209
|
- `publish`: Build a container image using [Kaniko](https://github.com/GoogleContainerTools/kaniko) and (optionally) push it to a Docker registry.
|
|
210
|
+
- [semantic-release-skopeo](https://github.com/LukasWestholt/semantic-release-skopeo)
|
|
211
|
+
- `verifyConditions`: Verify that all needed configuration is present and check if destination is writeable (unless force=true).
|
|
212
|
+
- `publish`: Copy OCI images to a custom (Docker) registry using daemonless open-source tool [skopeo](https://github.com/containers/skopeo/).
|
|
213
|
+
- [sr-uv-plugin](https://github.com/Artessan-Devs/sr-uv-plugin)
|
|
214
|
+
- `verifyConditions`: Ensures `pyproject.toml` exists and contains a `[project]` section.
|
|
215
|
+
- `prepare`: Updates the `[project].version` field in `pyproject.toml` to match the release version.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "semantic-release",
|
|
3
3
|
"description": "Automated semver compliant package publishing",
|
|
4
|
-
"version": "24.2.
|
|
4
|
+
"version": "24.2.8",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": "Stephan Bönnemann <stephan@boennemann.me> (http://boennemann.me)",
|
|
7
7
|
"ava": {
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"find-versions": "^6.0.0",
|
|
42
42
|
"get-stream": "^6.0.0",
|
|
43
43
|
"git-log-parser": "^1.2.0",
|
|
44
|
-
"hook-std": "^
|
|
44
|
+
"hook-std": "^4.0.0",
|
|
45
45
|
"hosted-git-info": "^8.0.0",
|
|
46
46
|
"import-from-esm": "^2.0.0",
|
|
47
47
|
"lodash-es": "^4.17.21",
|
|
@@ -58,23 +58,23 @@
|
|
|
58
58
|
"yargs": "^17.5.1"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
|
-
"@types/node": "22.
|
|
61
|
+
"@types/node": "22.18.1",
|
|
62
62
|
"@types/signale": "1.4.7",
|
|
63
|
-
"ava": "6.4.
|
|
63
|
+
"ava": "6.4.1",
|
|
64
64
|
"c8": "10.1.3",
|
|
65
65
|
"clear-module": "4.1.2",
|
|
66
66
|
"cz-conventional-changelog": "3.3.0",
|
|
67
|
-
"dockerode": "4.0.
|
|
67
|
+
"dockerode": "4.0.8",
|
|
68
68
|
"file-url": "4.0.0",
|
|
69
|
-
"fs-extra": "11.3.
|
|
70
|
-
"got": "14.4.
|
|
69
|
+
"fs-extra": "11.3.1",
|
|
70
|
+
"got": "14.4.8",
|
|
71
71
|
"js-yaml": "4.1.0",
|
|
72
72
|
"lockfile-lint": "4.14.1",
|
|
73
73
|
"ls-engines": "0.9.3",
|
|
74
74
|
"mockserver-client": "5.15.0",
|
|
75
|
-
"nock": "14.0.
|
|
75
|
+
"nock": "14.0.10",
|
|
76
76
|
"npm-run-all2": "8.0.4",
|
|
77
|
-
"p-retry": "
|
|
77
|
+
"p-retry": "7.0.0",
|
|
78
78
|
"prettier": "3.6.2",
|
|
79
79
|
"publint": "0.3.12",
|
|
80
80
|
"sinon": "21.0.0",
|