Skip to content
This repository has been archived by the owner on Apr 4, 2022. It is now read-only.

Commit

Permalink
fix: fix version not updated in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
limtingzhi committed Sep 29, 2021
1 parent abdf7a0 commit 2462789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.config.js
Expand Up @@ -22,7 +22,7 @@ const mainConfig = {
[
'@semantic-release/git',
{
assets: ['CHANGELOG.md'],
assets: ['CHANGELOG.md', 'package.json'],
// eslint-disable-next-line no-template-curly-in-string
message: 'chore(release): ${nextRelease.version}',
},
Expand Down

0 comments on commit 2462789

Please sign in to comment.