Skip to content
This repository has been archived by the owner on May 29, 2021. It is now read-only.

Commit

Permalink
feat: publish changes to package.json and docs upon release
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-north authored Apr 11, 2019
1 parent b756f5a commit 15f17b1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ module.exports = {
path: '@semantic-release/changelog',
changelogFile: 'CHANGELOG.md'
},
{
path: '@semantic-release/git',
assets: ['package.json', 'CHANGELOG.md', 'docs/**', 'etc/**'],
message:
'chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}'
},
'@semantic-release/npm'
],
publish: ['@semantic-release/npm', '@semantic-release/github'],
Expand Down

0 comments on commit 15f17b1

Please sign in to comment.