Skip to content

Commit

Permalink
chore: Configure release-please for helm charts
Browse files Browse the repository at this point in the history
  • Loading branch information
garryod committed Oct 31, 2024
1 parent 1fa0195 commit f064d41
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"charts/apps": "0.2.2",
"charts/graph": "0.11.1",
"charts/monitoring": "0.2.0",
"charts/supergraph": "1.0.0"
}
27 changes: 27 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"include-component-in-tag": true,
"include-v-in-tag": true,
"tag-separator": "@",
"separate-pull-requests": true,
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"packages": {
"charts/apps": {
"release-type": "helm"
},
"charts/graph": {
"release-type": "helm"
},
"charts/monitoring": {
"release-type": "helm"
},
"charts/supergraph": {
"release-type": "helm",
"additional-paths": [
"supergraph-config.yaml",
"schema/"
]
}
}
}

0 comments on commit f064d41

Please sign in to comment.