docs(extending): add semantic-release-yarn to community plugins (#2790)
This commit is contained in:
		
							parent
							
								
									ee250a04db
								
							
						
					
					
						commit
						0d5e717fa6
					
				| @ -176,3 +176,9 @@ | |||||||
|   - `publish` add a release tag to Coralogix |   - `publish` add a release tag to Coralogix | ||||||
| - [semantic-release-major-tag](https://github.com/doteric/semantic-release-major-tag) | - [semantic-release-major-tag](https://github.com/doteric/semantic-release-major-tag) | ||||||
|   - `success` Create major version tag, for example `v1`. |   - `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. | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user