Skip to content

Commit

Permalink
fix(deployment): update via semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
cgawron committed Sep 23, 2024
1 parent 665198e commit 52619ba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"@semantic-release/exec",
{
"execCwd": ".",
"generateNotesCmd": "yarn exec node ../utility/patch-k8s.js k8s/deployment.yaml"
"prepareCmd": "yarn exec node ../utility/patch-k8s.js k8s/deployment.yaml"
}
],
[
Expand Down
7 changes: 4 additions & 3 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"@semantic-release/exec",
{
"execCwd": ".",
"generateNotesCmd": "yarn exec node ../utility/patch-k8s.js k8s/deployment.yaml"
"prepareCmd": "yarn exec node ../utility/patch-k8s.js k8s/deployment.yaml"
}
],
[
Expand All @@ -120,7 +120,8 @@
"package.json",
"CHANGELOG.md",
"k8s/deployment.yaml"
]
],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
],
"@semantic-release/github",
Expand All @@ -141,4 +142,4 @@
]
]
}
}
}

0 comments on commit 52619ba

Please sign in to comment.