Skip to content

Commit

Permalink
fix: missing push sematic git
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinebigard committed Nov 10, 2021
1 parent 1774e8d commit 56ee0b2
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 @@ -23,7 +23,7 @@ const mainConfig = {
[
"@semantic-release/git",
{
assets: ["ui/package.json", "CHANGELOG.md", "package.json"],
assets: ["ui/package.json", "server/package.json", "CHANGELOG.md", "package.json"],
message:
// eslint-disable-next-line no-template-curly-in-string
"chore(release): ${nextRelease.version}",
Expand Down

0 comments on commit 56ee0b2

Please sign in to comment.