semantic-release 18.0.0-beta.8 → 18.0.0
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.
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
## Environment variables
|
|
4
4
|
|
|
5
|
-
The [Authentication](../usage/ci-configuration.md#authentication) environment variables can be configured with [Secret Variables](https://
|
|
5
|
+
The [Authentication](../usage/ci-configuration.md#authentication) environment variables can be configured with [Secret Variables](https://docs.github.com/en/actions/reference/encrypted-secrets).
|
|
6
6
|
|
|
7
7
|
In this example a publish type [`NPM_TOKEN`](https://docs.npmjs.com/creating-and-viewing-authentication-tokens) is required to publish a package to the npm registry. GitHub Actions [automatically populate](https://help.github.com/en/articles/virtual-environments-for-github-actions#github_token-secret) a [`GITHUB_TOKEN`](https://help.github.com/en/articles/creating-a-personal-access-token-for-the-command-line) environment variable which can be used in Workflows.
|
|
8
8
|
|
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": "18.0.0
|
|
4
|
+
"version": "18.0.0",
|
|
5
5
|
"author": "Stephan Bönnemann <stephan@boennemann.me> (http://boennemann.me)",
|
|
6
6
|
"ava": {
|
|
7
7
|
"files": [
|
|
@@ -52,19 +52,19 @@
|
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"ava": "3.15.0",
|
|
54
54
|
"clear-module": "4.1.1",
|
|
55
|
-
"codecov": "3.8.
|
|
55
|
+
"codecov": "3.8.3",
|
|
56
56
|
"delay": "5.0.0",
|
|
57
|
-
"dockerode": "3.3.
|
|
57
|
+
"dockerode": "3.3.1",
|
|
58
58
|
"file-url": "3.0.0",
|
|
59
59
|
"fs-extra": "9.1.0",
|
|
60
60
|
"got": "11.8.2",
|
|
61
61
|
"js-yaml": "4.1.0",
|
|
62
62
|
"mockserver-client": "5.11.2",
|
|
63
|
-
"nock": "13.1.
|
|
63
|
+
"nock": "13.1.3",
|
|
64
64
|
"nyc": "15.1.0",
|
|
65
65
|
"p-retry": "4.6.1",
|
|
66
66
|
"proxyquire": "2.1.3",
|
|
67
|
-
"sinon": "11.1.
|
|
67
|
+
"sinon": "11.1.2",
|
|
68
68
|
"stream-buffers": "3.0.2",
|
|
69
69
|
"tempy": "1.0.1",
|
|
70
70
|
"xo": "0.29.1"
|