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": {
 | 
			
		||||
    "plugins": [
 | 
			
		||||
      "@semantic-release/commit-analyzer",
 | 
			
		||||
      ["@semantic-release/git", {
 | 
			
		||||
        "message": "chore(release): ${nextRelease.version}\n\n${nextRelease.notes}"
 | 
			
		||||
      }]
 | 
			
		||||
      [
 | 
			
		||||
        "@semantic-release/git",
 | 
			
		||||
        {
 | 
			
		||||
          "message": "chore(release): ${nextRelease.version}\n\n${nextRelease.notes}"
 | 
			
		||||
        }
 | 
			
		||||
      ]
 | 
			
		||||
    ],
 | 
			
		||||
    "publish": [
 | 
			
		||||
      {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue