semantic-release 22.0.8 → 22.0.10
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 +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -69,7 +69,7 @@ The table below shows which commit message gets you which release type when `sem
|
|
|
69
69
|
### Automation with CI
|
|
70
70
|
|
|
71
71
|
**semantic-release** is meant to be executed on the CI environment after every successful build on the release branch.
|
|
72
|
-
This way no human is directly involved in the release process and the releases are guaranteed to be [unromantic and unsentimental](
|
|
72
|
+
This way no human is directly involved in the release process and the releases are guaranteed to be [unromantic and unsentimental](https://github.com/dominictarr/sentimental-versioning#readme).
|
|
73
73
|
|
|
74
74
|
### Triggering a release
|
|
75
75
|
|
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": "22.0.
|
|
4
|
+
"version": "22.0.10",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": "Stephan Bönnemann <stephan@boennemann.me> (http://boennemann.me)",
|
|
7
7
|
"ava": {
|
|
@@ -58,24 +58,24 @@
|
|
|
58
58
|
"yargs": "^17.5.1"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
|
-
"ava": "
|
|
61
|
+
"ava": "6.0.0",
|
|
62
62
|
"c8": "8.0.1",
|
|
63
63
|
"clear-module": "4.1.2",
|
|
64
64
|
"codecov": "3.8.3",
|
|
65
65
|
"cz-conventional-changelog": "3.3.0",
|
|
66
66
|
"dockerode": "4.0.0",
|
|
67
67
|
"file-url": "4.0.0",
|
|
68
|
-
"fs-extra": "11.
|
|
69
|
-
"got": "
|
|
68
|
+
"fs-extra": "11.2.0",
|
|
69
|
+
"got": "14.0.0",
|
|
70
70
|
"js-yaml": "4.1.0",
|
|
71
71
|
"lockfile-lint": "4.12.1",
|
|
72
72
|
"ls-engines": "0.9.1",
|
|
73
73
|
"mockserver-client": "5.15.0",
|
|
74
|
-
"nock": "13.
|
|
74
|
+
"nock": "13.4.0",
|
|
75
75
|
"npm-run-all2": "6.1.1",
|
|
76
76
|
"p-retry": "6.1.0",
|
|
77
77
|
"prettier": "3.1.0",
|
|
78
|
-
"publint": "0.2.
|
|
78
|
+
"publint": "0.2.6",
|
|
79
79
|
"sinon": "17.0.1",
|
|
80
80
|
"stream-buffers": "3.0.2",
|
|
81
81
|
"tempy": "3.1.0",
|