From 0d5e717fa6bb85f1ff2d58e3a006c09ebc2fd22f Mon Sep 17 00:00:00 2001 From: Joram van den Boezem Date: Wed, 10 May 2023 15:40:17 +0200 Subject: [PATCH] docs(extending): add semantic-release-yarn to community plugins (#2790) --- docs/extending/plugins-list.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/extending/plugins-list.md b/docs/extending/plugins-list.md index 816909ad..88516574 100644 --- a/docs/extending/plugins-list.md +++ b/docs/extending/plugins-list.md @@ -176,3 +176,9 @@ - `publish` add a release tag to Coralogix - [semantic-release-major-tag](https://github.com/doteric/semantic-release-major-tag) - `success` Create major version tag, for example `v1`. +- [semantic-release-yarn](https://github.com/hongaar/semantic-release-yarn) + - **Note**: this is an alternative to the default `@semantic-release/npm` plugin and adds support for monorepos. + - `verifyConditions` Verify Yarn 2 or higher is installed, verify the presence of a NPM auth token (either in an environment variable or a `.yarnrc.yml` file) and verify the authentication method is valid. + - `prepare` Update the `package.json` version and create the package tarball. + - `addChannel` Add a tag for the release. + - `publish` Publish to the npm registry.