Skip to content

Commit

Permalink
fix: attempt another fix to the chart updater
Browse files Browse the repository at this point in the history
  • Loading branch information
radicand committed Jul 28, 2024
1 parent 983caf3 commit 4c8a614
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@
"server/hasura": {
"package-name": "server-api",
"extra-files": [
"manifest/Chart.yaml"
{
"path": "server/hasura/manifest/Chart.yaml",
"type": "yaml",
"jsonpath": "$.appVersion"
}
],
"release-type": "simple",
"monorepo-tags": true
Expand Down

0 comments on commit 4c8a614

Please sign in to comment.