semantic-release 25.0.0-beta.4 → 25.0.0-beta.6
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.
|
@@ -210,3 +210,6 @@
|
|
|
210
210
|
- [semantic-release-skopeo](https://github.com/LukasWestholt/semantic-release-skopeo)
|
|
211
211
|
- `verifyConditions`: Verify that all needed configuration is present and check if destination is writeable (unless force=true).
|
|
212
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": "25.0.0-beta.
|
|
4
|
+
"version": "25.0.0-beta.6",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": "Stephan Bönnemann <stephan@boennemann.me> (http://boennemann.me)",
|
|
7
7
|
"ava": {
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@semantic-release/commit-analyzer": "^13.0.0-beta.1",
|
|
31
31
|
"@semantic-release/error": "^4.0.0",
|
|
32
|
-
"@semantic-release/github": "^
|
|
32
|
+
"@semantic-release/github": "^12.0.0-beta.2",
|
|
33
33
|
"@semantic-release/npm": "^13.0.0-beta.1",
|
|
34
34
|
"@semantic-release/release-notes-generator": "^14.0.0-beta.1",
|
|
35
35
|
"aggregate-error": "^5.0.0",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"get-stream": "^6.0.0",
|
|
43
43
|
"git-log-parser": "^1.2.0",
|
|
44
44
|
"hook-std": "^3.0.0",
|
|
45
|
-
"hosted-git-info": "^
|
|
45
|
+
"hosted-git-info": "^9.0.0",
|
|
46
46
|
"import-from-esm": "^2.0.0",
|
|
47
47
|
"lodash-es": "^4.17.21",
|
|
48
48
|
"marked": "^15.0.0",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"yargs": "^18.0.0"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
|
-
"@types/node": "22.
|
|
61
|
+
"@types/node": "22.17.0",
|
|
62
62
|
"@types/signale": "1.4.7",
|
|
63
63
|
"ava": "6.4.1",
|
|
64
64
|
"c8": "10.1.3",
|
|
@@ -72,7 +72,7 @@
|
|
|
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.8",
|
|
76
76
|
"npm-run-all2": "8.0.4",
|
|
77
77
|
"p-retry": "6.2.1",
|
|
78
78
|
"prettier": "3.6.2",
|