Skip to content

Commit

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

0 comments on commit 02750bc

Please sign in to comment.