35 lines
		
	
	
		
			619 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			619 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| {
 | |
|   "branches": [
 | |
|     "main"
 | |
|   ],
 | |
|   "plugins": [
 | |
|     [
 | |
|       "@semantic-release/commit-analyzer",
 | |
|       {
 | |
|         "preset": "conventionalcommits",
 | |
|         "parserOpts": {
 | |
|           "noteKeywords": [
 | |
|             "BREAKING CHANGE",
 | |
|             "BREAKING CHANGES"
 | |
|           ]
 | |
|         }
 | |
|       }
 | |
|     ],
 | |
|     [
 | |
|       "@semantic-release/release-notes-generator",
 | |
|       {
 | |
|         "preset": "conventionalcommits"
 | |
|       }
 | |
|     ],
 | |
|     [
 | |
|       "@semantic-release/changelog",
 | |
|       {
 | |
|         "changelogFile": "CHANGELOG.md"
 | |
|       }
 | |
|     ],
 | |
|     "@semantic-release/npm",
 | |
|     "@semantic-release/git",
 | |
|     "@semantic-release/github"
 | |
|   ]
 | |
| }
 |