Skip to content

Commit 63fa143

Browse files
docs(plugins): add listing for new plugin (#1686)
1 parent 2bf3771 commit 63fa143

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/extending/plugins-list.md

+5
Original file line numberDiff line numberDiff line change
@@ -108,3 +108,8 @@
108108
- [semantic-release-npm-deprecate-old-versions](https://github.com/ghusse/semantic-release-npm-deprecate-old-versions)
109109
- `verifyConditions`: Validates configuration.
110110
- `publish`: Deprecates old versions, based on the declaration of supported versions in the config.
111+
- [amanda-mitchell/semantic-release-npm-multiple](https://github.com/amanda-mitchell/semantic-release-npm-multiple)
112+
- **Note**: this is a thin wrapper around the built-in npm plugin that can target multiple registries
113+
- `verifyConditions`: Verify the presence and the validity of the npm authentication and release configuration for multiple registries
114+
- `prepare`: Update the package.json version and create the npm package tarball
115+
- `publish`: Publish the package on the npm registry for multiple registries

0 commit comments

Comments
 (0)