21 lines
		
	
	
		
			376 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			376 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
{
 | 
						|
  "branches": ["main"],
 | 
						|
  "plugins": [
 | 
						|
    "@semantic-release/commit-analyzer",
 | 
						|
    "@semantic-release/release-notes-generator",
 | 
						|
    [
 | 
						|
      "@semantic-release/changelog",
 | 
						|
      {
 | 
						|
        "changelogFile": "docs/CHANGELOG.md"
 | 
						|
      }
 | 
						|
    ],
 | 
						|
    "@semantic-release/npm",
 | 
						|
    [
 | 
						|
      "@semantic-release/git",
 | 
						|
      {
 | 
						|
        "assets": ["docs/CHANGELOG.md"]
 | 
						|
      }
 | 
						|
    ]
 | 
						|
  ]
 | 
						|
}
 |