semantic-release 22.0.10 → 22.0.12
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.
|
@@ -6,16 +6,3 @@ In order to use **semantic-release** you must follow these steps:
|
|
|
6
6
|
2. Configure your Continuous Integration service to [run **semantic-release**](./ci-configuration.md#run-semantic-release-only-after-all-tests-succeeded)
|
|
7
7
|
3. Configure your Git repository and package manager repository [authentication](ci-configuration.md#authentication) in your Continuous Integration service
|
|
8
8
|
4. Configure **semantic-release** [options and plugins](./configuration.md#configuration)
|
|
9
|
-
|
|
10
|
-
Alternatively those steps can be easily done with the [**semantic-release** interactive CLI](https://github.com/semantic-release/cli):
|
|
11
|
-
|
|
12
|
-
```bash
|
|
13
|
-
cd your-module
|
|
14
|
-
npx semantic-release-cli setup
|
|
15
|
-
```
|
|
16
|
-
|
|
17
|
-

|
|
18
|
-
|
|
19
|
-
See the [semantic-release-cli](https://github.com/semantic-release/cli#what-it-does) documentation for more details.
|
|
20
|
-
|
|
21
|
-
**Note**: only a limited number of options, CI services and plugins are currently supported by `semantic-release-cli`.
|
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.12",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": "Stephan Bönnemann <stephan@boennemann.me> (http://boennemann.me)",
|
|
7
7
|
"ava": {
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"yargs": "^17.5.1"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
|
-
"ava": "6.0.
|
|
61
|
+
"ava": "6.0.1",
|
|
62
62
|
"c8": "8.0.1",
|
|
63
63
|
"clear-module": "4.1.2",
|
|
64
64
|
"codecov": "3.8.3",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"nock": "13.4.0",
|
|
75
75
|
"npm-run-all2": "6.1.1",
|
|
76
76
|
"p-retry": "6.1.0",
|
|
77
|
-
"prettier": "3.1.
|
|
77
|
+
"prettier": "3.1.1",
|
|
78
78
|
"publint": "0.2.6",
|
|
79
79
|
"sinon": "17.0.1",
|
|
80
80
|
"stream-buffers": "3.0.2",
|