From 28c942b36f83db4254a803d9dacb960ab91da20f Mon Sep 17 00:00:00 2001 From: Amanda Mitchell Date: Wed, 11 Nov 2020 19:59:05 -0800 Subject: [PATCH 1/2] docs(plugins): add listing for new plugin --- docs/extending/plugins-list.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/extending/plugins-list.md b/docs/extending/plugins-list.md index d81dfda911..60717c03cd 100644 --- a/docs/extending/plugins-list.md +++ b/docs/extending/plugins-list.md @@ -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 From 2f2f124450fc001150a1ae5fc5a92214379e8b36 Mon Sep 17 00:00:00 2001 From: Gregor Martynus <39992+gr2m@users.noreply.github.com> Date: Thu, 12 Nov 2020 14:15:39 -0800 Subject: [PATCH 2/2] Update docs/extending/plugins-list.md --- docs/extending/plugins-list.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extending/plugins-list.md b/docs/extending/plugins-list.md index 60717c03cd..191d2d1b5c 100644 --- a/docs/extending/plugins-list.md +++ b/docs/extending/plugins-list.md @@ -108,7 +108,7 @@ - [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) +- [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