Skip to content

Commit

Permalink
chore: Fix initial version of CLI, Update appVersion in chart with se…
Browse files Browse the repository at this point in the history
…rver release
  • Loading branch information
mdesouky committed Nov 15, 2024
1 parent ff2a94e commit 1337627
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"gitops": "0.12.1",
".": "0.12.1",
"gitops_server": "0.12.1",
"charts/gitops": "0.12.1"
}
3 changes: 2 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"extra-files": [
{
"type": "yaml",
"path": "charts/gitops/chart.yaml"
"path": "charts/gitops/chart.yaml",
"jsonpath": "$.appVersion"
}
]
},
Expand Down

0 comments on commit 1337627

Please sign in to comment.