ci: release only stable on master branch
				
					
				
			This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							| @@ -2,7 +2,7 @@ name: 'Release' | ||||
|  | ||||
| on: | ||||
|   push: | ||||
|     branches: [master, develop] | ||||
|     branches: [master] | ||||
|  | ||||
| jobs: | ||||
|   build: | ||||
|   | ||||
| @@ -1,8 +1,5 @@ | ||||
| { | ||||
|   "branches": [ | ||||
|     "master", | ||||
|     { "name": "develop", "prerelease": "beta", "channel": "beta" } | ||||
|   ], | ||||
|   "branches": ["master"], | ||||
|   "plugins": [ | ||||
|     [ | ||||
|       "@semantic-release/commit-analyzer", | ||||
|   | ||||
| @@ -17,7 +17,7 @@ | ||||
|   "bugs": { | ||||
|     "url": "https://github.com/Divlo/react-component-form/issues" | ||||
|   }, | ||||
|   "homepage": "https://github.com/Divlo/react-component-form", | ||||
|   "homepage": "https://react-component-form.vercel.app/", | ||||
|   "main": "dist/index.js", | ||||
|   "types": "dist/index.d.ts", | ||||
|   "files": [ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user