Skip to content

Commit

Permalink
chore: update release config
Browse files Browse the repository at this point in the history
  • Loading branch information
Wxh16144 committed Jul 19, 2023
1 parent 6dc86da commit 1cc707b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .releaserc.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,18 @@ module.exports = {
changelogFile: 'CHANGELOG.md',
},
],
[
'@semantic-release/github',
{
message: "chore(release): ${nextRelease.gitTag} [skip ci] \n\n${nextRelease.notes}'",
},
],
[
'@semantic-release/git',
{
assets: ['CHANGELOG.md', 'package.json'],
},
],
'@semantic-release/npm',
],
};

0 comments on commit 1cc707b

Please sign in to comment.