Skip to content

Commit 9b1b92f

Browse files
authored
Merge pull request #89 from uptick/dev-930/automate-gitops-releases-with-release-please
More release-please fixes
2 parents ff2a94e + 1337627 commit 9b1b92f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"gitops": "0.12.1",
2+
".": "0.12.1",
33
"gitops_server": "0.12.1",
44
"charts/gitops": "0.12.1"
55
}

release-please-config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"extra-files": [
1818
{
1919
"type": "yaml",
20-
"path": "charts/gitops/chart.yaml"
20+
"path": "charts/gitops/chart.yaml",
21+
"jsonpath": "$.appVersion"
2122
}
2223
]
2324
},

0 commit comments

Comments
 (0)