Skip to content

Commit

Permalink
👷 Update release.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
이재민 committed Jan 27, 2024
1 parent c41e828 commit 496b693
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ export default {
'@semantic-release/commit-analyzer',
'@semantic-release/release-notes-generator',
'@semantic-release/npm',
'@semantic-release/git',
{
assets: 'package.json',
message: 'chore(release): ${nextRelease.version} [skip ci]\\n\\n${nextRelease.notes}'
}
[
'@semantic-release/git',
{
assets: 'package.json',
message: 'chore(release): ${nextRelease.version} [skip ci]\\n\\n${nextRelease.notes}'
}
]
]
};

0 comments on commit 496b693

Please sign in to comment.