mirror of
				https://github.com/easingthemes/ssh-deploy.git
				synced 2025-10-31 23:40:10 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			23 lines
		
	
	
		
			429 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			429 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| {
 | |
|   "branches": ["main"],
 | |
|   "plugins": [
 | |
|     "@semantic-release/commit-analyzer",
 | |
|     "@semantic-release/release-notes-generator",
 | |
|     [
 | |
|       "@semantic-release/changelog",
 | |
|       {
 | |
|         "changelogFile": "docs/CHANGELOG.md"
 | |
|       }
 | |
|     ],
 | |
|     ["@semantic-release/npm", {
 | |
|       "npmPublish": false
 | |
|     }],
 | |
|     [
 | |
|       "@semantic-release/git",
 | |
|       {
 | |
|         "assets": ["docs/CHANGELOG.md", "package.json"]
 | |
|       }
 | |
|     ]
 | |
|   ]
 | |
| }
 | 
