Skip to content

Commit

Permalink
fix: add docs and readme to semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Feb 7, 2018
1 parent 26457f2 commit 75b4a74
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ module.exports = {
{path: './scripts/release_example'},
'@semantic-release/changelog',
'@semantic-release/npm',
'@semantic-release/git',
{
path: '@semantic-release/git',
assets: ['package.json', 'CHANGELOG.md', 'README.md', 'docs'],
},
'@semantic-release/github',
],
}

0 comments on commit 75b4a74

Please sign in to comment.