fix: add missing semantic release config
This commit is contained in:
		
							
								
								
									
										21
									
								
								.releaserc
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								.releaserc
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,21 @@ | |||||||
|  | { | ||||||
|  |   "branches": [ | ||||||
|  |     "master" | ||||||
|  |   ], | ||||||
|  |   "plugins": [ | ||||||
|  |     [ | ||||||
|  |       "@semantic-release/commit-analyzer", | ||||||
|  |       { | ||||||
|  |         "preset": "conventionalcommits" | ||||||
|  |       } | ||||||
|  |     ], | ||||||
|  |     [ | ||||||
|  |       "@semantic-release/release-notes-generator", | ||||||
|  |       { | ||||||
|  |         "preset": "conventionalcommits" | ||||||
|  |       } | ||||||
|  |     ], | ||||||
|  |     "@semantic-release/npm", | ||||||
|  |     "@semantic-release/github" | ||||||
|  |   ] | ||||||
|  | } | ||||||
		Reference in New Issue
	
	Block a user