Skip to content

Commit

Permalink
fix(repo): semantic-release not updating package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
AgentEnder committed Apr 28, 2021
1 parent 02ceed0 commit 9273001
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .releaserc.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,14 @@ module.exports = {
[
'@semantic-release/git',
{
assets: ['CHANGELOG.md', `packages/**/package.json`, 'package.json'],
message: 'release(): ${nextRelease.version}\n\n${nextRelease.notes}',
assets: [
'CHANGELOG.md',
'package.json',
`packages/*/package.json`,
'package.json',
],
message:
'release(): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}',
},
],
[
Expand Down

0 comments on commit 9273001

Please sign in to comment.