Skip to content

Commit

Permalink
build(release): fix changelogTitle spread bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Xunnamius committed Nov 30, 2020
1 parent e7af8e6 commit 598a396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ module.exports = {
prepareCmd: 'npm run build-changelog'
}
],
['@semantic-release/changelog', { ...changelogTitle }],
['@semantic-release/changelog', { changelogTitle }],
[
'@semantic-release/exec',
{
Expand Down

0 comments on commit 598a396

Please sign in to comment.