Merge branch 'master' of gitlab.com:mythic-insight/legendary
This commit is contained in:
		
						commit
						2e117116a7
					
				
					 1 changed files with 6 additions and 3 deletions
				
			
		| 
						 | 
					@ -25,9 +25,12 @@
 | 
				
			||||||
  "release": {
 | 
					  "release": {
 | 
				
			||||||
    "plugins": [
 | 
					    "plugins": [
 | 
				
			||||||
      "@semantic-release/commit-analyzer",
 | 
					      "@semantic-release/commit-analyzer",
 | 
				
			||||||
      ["@semantic-release/git", {
 | 
					      [
 | 
				
			||||||
 | 
					        "@semantic-release/git",
 | 
				
			||||||
 | 
					        {
 | 
				
			||||||
          "message": "chore(release): ${nextRelease.version}\n\n${nextRelease.notes}"
 | 
					          "message": "chore(release): ${nextRelease.version}\n\n${nextRelease.notes}"
 | 
				
			||||||
      }]
 | 
					        }
 | 
				
			||||||
 | 
					      ]
 | 
				
			||||||
    ],
 | 
					    ],
 | 
				
			||||||
    "publish": [
 | 
					    "publish": [
 | 
				
			||||||
      {
 | 
					      {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue