docs(plugins): add listing for new plugin (#1686)

This commit is contained in:
Amanda Mitchell 2020-11-12 14:16:15 -08:00 committed by GitHub
parent 2bf377194e
commit 63fa143023
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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