semantic-release 24.2.3 → 24.2.5
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/docs/extending/plugins-list.md +0 -4
- package/package.json +15 -15
package/README.md
CHANGED
|
@@ -53,7 +53,7 @@ This removes the immediate connection between human emotions and version numbers
|
|
|
53
53
|
**semantic-release** uses the commit messages to determine the consumer impact of changes in the codebase.
|
|
54
54
|
Following formalized conventions for commit messages, **semantic-release** automatically determines the next [semantic version](https://semver.org) number, generates a changelog and publishes the release.
|
|
55
55
|
|
|
56
|
-
By default, **semantic-release** uses [Angular Commit Message Conventions](https://github.com/angular/angular/blob/
|
|
56
|
+
By default, **semantic-release** uses [Angular Commit Message Conventions](https://github.com/angular/angular/blob/main/contributing-docs/commit-message-guidelines.md).
|
|
57
57
|
The commit message format can be changed with the [`preset` or `config` options](docs/usage/configuration.md#options) of the [@semantic-release/commit-analyzer](https://github.com/semantic-release/commit-analyzer#options) and [@semantic-release/release-notes-generator](https://github.com/semantic-release/release-notes-generator#options) plugins.
|
|
58
58
|
|
|
59
59
|
Tools such as [commitizen](https://github.com/commitizen/cz-cli) or [commitlint](https://github.com/conventional-changelog/commitlint) can be used to help contributors and enforce valid commit messages.
|
|
@@ -158,10 +158,6 @@
|
|
|
158
158
|
- `fail`: Publish a fail message to certain telegram chats
|
|
159
159
|
- [semantic-release-npm-deprecate](https://github.com/jpoehnelt/semantic-release-npm-deprecate)
|
|
160
160
|
- `publish`: Automatically mark old versions as deprecated.
|
|
161
|
-
- [@eshepelyuk/semantic-release-helm-oci](https://github.com/eshepelyuk/semantic-release-helm-oci)
|
|
162
|
-
- `verifyConditions`: Verify plugin configuration and login to Helm registry
|
|
163
|
-
- `prepare`: Package Helm chart to local folder
|
|
164
|
-
- `publish`: Publish Helm chart to OCI registry
|
|
165
161
|
- [semantic-release-mirror-version](https://github.com/GarthDB/semantic-release-mirror-version)
|
|
166
162
|
- `prepare`: Update the version number in any file that matches the defined [file glob](https://github.com/isaacs/node-glob).
|
|
167
163
|
- [semantic-release-space](https://github.com/123FLO321/semantic-release-space)
|
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.5",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": "Stephan Bönnemann <stephan@boennemann.me> (http://boennemann.me)",
|
|
7
7
|
"ava": {
|
|
@@ -45,8 +45,8 @@
|
|
|
45
45
|
"hosted-git-info": "^8.0.0",
|
|
46
46
|
"import-from-esm": "^2.0.0",
|
|
47
47
|
"lodash-es": "^4.17.21",
|
|
48
|
-
"marked": "^
|
|
49
|
-
"marked-terminal": "^7.
|
|
48
|
+
"marked": "^15.0.0",
|
|
49
|
+
"marked-terminal": "^7.3.0",
|
|
50
50
|
"micromatch": "^4.0.2",
|
|
51
51
|
"p-each-series": "^3.0.0",
|
|
52
52
|
"p-reduce": "^3.0.0",
|
|
@@ -58,26 +58,26 @@
|
|
|
58
58
|
"yargs": "^17.5.1"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
|
-
"@types/node": "
|
|
62
|
-
"@types/signale": "
|
|
63
|
-
"ava": "6.
|
|
61
|
+
"@types/node": "22.15.21",
|
|
62
|
+
"@types/signale": "1.4.7",
|
|
63
|
+
"ava": "6.3.0",
|
|
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.6",
|
|
68
68
|
"file-url": "4.0.0",
|
|
69
69
|
"fs-extra": "11.3.0",
|
|
70
|
-
"got": "14.4.
|
|
70
|
+
"got": "14.4.7",
|
|
71
71
|
"js-yaml": "4.1.0",
|
|
72
|
-
"lockfile-lint": "4.14.
|
|
72
|
+
"lockfile-lint": "4.14.1",
|
|
73
73
|
"ls-engines": "0.9.3",
|
|
74
74
|
"mockserver-client": "5.15.0",
|
|
75
|
-
"nock": "14.0.
|
|
76
|
-
"npm-run-all2": "
|
|
75
|
+
"nock": "14.0.4",
|
|
76
|
+
"npm-run-all2": "8.0.3",
|
|
77
77
|
"p-retry": "6.2.1",
|
|
78
|
-
"prettier": "3.5.
|
|
79
|
-
"publint": "0.3.
|
|
80
|
-
"sinon": "
|
|
78
|
+
"prettier": "3.5.3",
|
|
79
|
+
"publint": "0.3.12",
|
|
80
|
+
"sinon": "20.0.0",
|
|
81
81
|
"stream-buffers": "3.0.3",
|
|
82
82
|
"tempy": "3.1.0",
|
|
83
83
|
"testdouble": "3.20.2"
|
|
@@ -163,5 +163,5 @@
|
|
|
163
163
|
"github>semantic-release/.github:renovate-config"
|
|
164
164
|
]
|
|
165
165
|
},
|
|
166
|
-
"packageManager": "npm@11.1
|
|
166
|
+
"packageManager": "npm@11.4.1"
|
|
167
167
|
}
|