fix: Set commit message for git release commit
This commit is contained in:
		
							parent
							
								
									c531103bdf
								
							
						
					
					
						commit
						900f5f3bce
					
				
					 1 changed files with 10 additions and 11 deletions
				
			
		
							
								
								
									
										21
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										21
									
								
								package.json
									
									
									
									
									
								
							| 
						 | 
					@ -28,7 +28,16 @@
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "release": {
 | 
					  "release": {
 | 
				
			||||||
    "plugins": [
 | 
					    "plugins": [
 | 
				
			||||||
      "@semantic-release/commit-analyzer",
 | 
					      "@semantic-release/commit-analyzer"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
 | 
					    "prepare": [
 | 
				
			||||||
 | 
					      "@semantic-release/npm",
 | 
				
			||||||
 | 
					      [
 | 
				
			||||||
 | 
					        "@semantic-release/exec",
 | 
				
			||||||
 | 
					        {
 | 
				
			||||||
 | 
					          "prepareCmd": "script/generate-kube"
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					      ],
 | 
				
			||||||
      [
 | 
					      [
 | 
				
			||||||
        "@semantic-release/git",
 | 
					        "@semantic-release/git",
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
| 
						 | 
					@ -40,16 +49,6 @@
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
      ]
 | 
					      ]
 | 
				
			||||||
    ],
 | 
					    ],
 | 
				
			||||||
    "prepare": [
 | 
					 | 
				
			||||||
      "@semantic-release/npm",
 | 
					 | 
				
			||||||
      [
 | 
					 | 
				
			||||||
        "@semantic-release/exec",
 | 
					 | 
				
			||||||
        {
 | 
					 | 
				
			||||||
          "prepareCmd": "script/generate-kube"
 | 
					 | 
				
			||||||
        }
 | 
					 | 
				
			||||||
      ],
 | 
					 | 
				
			||||||
      "@semantic-release/git"
 | 
					 | 
				
			||||||
    ],
 | 
					 | 
				
			||||||
    "publish": [
 | 
					    "publish": [
 | 
				
			||||||
      {
 | 
					      {
 | 
				
			||||||
        "path": "semantic-release-docker",
 | 
					        "path": "semantic-release-docker",
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue