Skip to content

Commit

Permalink
fix(ci): fix the package.json version is not update after release as …
Browse files Browse the repository at this point in the history
…npm run after git operation
  • Loading branch information
xinatcg committed Nov 10, 2023
1 parent cd13edb commit 2948aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,11 @@
}
}],
["@semantic-release/changelog", { "preset": "angular" }],
"@semantic-release/npm",
["@semantic-release/git", {
"assets": ["package.json", "CHANGELOG.md"],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}],
"@semantic-release/npm",
"@semantic-release/github"
],
"branches": ["master", "main"]
Expand Down

0 comments on commit 2948aec

Please sign in to comment.