Merge pull request #59 from easingthemes/feature/package-json-automation-5
fix: add assets to semantic-release git
This commit is contained in:
		
						commit
						66e6843055
					
				@ -9,11 +9,13 @@
 | 
			
		||||
        "changelogFile": "docs/CHANGELOG.md"
 | 
			
		||||
      }
 | 
			
		||||
    ],
 | 
			
		||||
    "@semantic-release/npm",
 | 
			
		||||
    ["@semantic-release/npm", {
 | 
			
		||||
      "npmPublish": false
 | 
			
		||||
    }],
 | 
			
		||||
    [
 | 
			
		||||
      "@semantic-release/git",
 | 
			
		||||
      {
 | 
			
		||||
        "assets": ["docs/CHANGELOG.md"]
 | 
			
		||||
        "assets": ["docs/CHANGELOG.md", "package.json"]
 | 
			
		||||
      }
 | 
			
		||||
    ]
 | 
			
		||||
  ]
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user