semantic-release 24.2.1 → 24.2.2

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.
@@ -20,7 +20,7 @@ Find more detail about configuring npm to publish with provenance through semant
20
20
  ### `.github/workflows/release.yml` configuration for Node projects
21
21
 
22
22
  The following is a minimal configuration for [`semantic-release`](https://github.com/semantic-release/semantic-release) with a build running on the latest LTS version of Node when a new commit is pushed to a `master/main` branch.
23
- See [Configuring a Workflow](https://help.github.com/en/articles/configuring-a-workflow) for additional configuration options.
23
+ See the [Workflow syntax for GitHub Actions](https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions) for additional configuration options.
24
24
 
25
25
  ```yaml
26
26
  name: Release
@@ -120,5 +120,7 @@ export default async (context) => {
120
120
  }
121
121
  }
122
122
 
123
+ // Log completion of this process
124
+ debug("SSH key auth successful.");
123
125
  return repositoryUrl;
124
126
  };
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.1",
4
+ "version": "24.2.2",
5
5
  "type": "module",
6
6
  "author": "Stephan Bönnemann <stephan@boennemann.me> (http://boennemann.me)",
7
7
  "ava": {
@@ -62,19 +62,19 @@
62
62
  "c8": "10.1.3",
63
63
  "clear-module": "4.1.2",
64
64
  "cz-conventional-changelog": "3.3.0",
65
- "dockerode": "4.0.2",
65
+ "dockerode": "4.0.4",
66
66
  "file-url": "4.0.0",
67
- "fs-extra": "11.2.0",
67
+ "fs-extra": "11.3.0",
68
68
  "got": "14.4.5",
69
69
  "js-yaml": "4.1.0",
70
70
  "lockfile-lint": "4.14.0",
71
71
  "ls-engines": "0.9.3",
72
72
  "mockserver-client": "5.15.0",
73
- "nock": "13.5.6",
73
+ "nock": "14.0.1",
74
74
  "npm-run-all2": "7.0.2",
75
75
  "p-retry": "6.2.1",
76
76
  "prettier": "3.4.2",
77
- "publint": "0.2.12",
77
+ "publint": "0.3.4",
78
78
  "sinon": "19.0.2",
79
79
  "stream-buffers": "3.0.3",
80
80
  "tempy": "3.1.0",
@@ -161,5 +161,5 @@
161
161
  "github>semantic-release/.github:renovate-config"
162
162
  ]
163
163
  },
164
- "packageManager": "npm@11.0.0"
164
+ "packageManager": "npm@11.1.0"
165
165
  }