semantic-release-lerna 2.14.0 → 2.15.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.
- package/README.md +6 -0
- package/dist/index.js +758 -2301
- package/package.json +7 -1
package/README.md
CHANGED
|
@@ -48,6 +48,12 @@ $ npm install semantic-release-lerna -D
|
|
|
48
48
|
When publishing to the [official registry](https://registry.npmjs.org/), it is recommended to use [trusted publishing](https://docs.npmjs.com/trusted-publishers) for authentication.
|
|
49
49
|
See the [npm registry authentication](https://github.com/semantic-release/npm?tab=readme-ov-file#npm-registry-authentication) section for `@semantic-release/npm` for details.
|
|
50
50
|
|
|
51
|
+
> [!IMPORTANT]
|
|
52
|
+
> Trusted publishing requires Lerna v9 or later.
|
|
53
|
+
> If you still use an older version you need to either use `NPM_TOKEN` or update your Lerna version.
|
|
54
|
+
|
|
55
|
+
Each non-private package will need trusted publishing to be enabled.
|
|
56
|
+
|
|
51
57
|
For alternative registries or when trusted publishing cannot be used the `NPM_TOKEN` environment variable must be set.
|
|
52
58
|
|
|
53
59
|
### semantic release configuration
|