Skip to content

Commit

Permalink
chore: Adding an initial release-please manifest, configuring separat…
Browse files Browse the repository at this point in the history
…e releases for CLI,Server and Chart
  • Loading branch information
mdesouky committed Nov 14, 2024
1 parent b7b6696 commit 1d23e7a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
5 changes: 5 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"gitops": "0.12.1",
"gitops_server": "0.12.1",
"charts/gitops": "0.12.1"
}
17 changes: 10 additions & 7 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
{
"packages": {
".": {
"gitops": {
"package-name": "gitops",
"release-type": "python",
"exclude-paths": [
"tests/",
"charts/",
"gitops_server/"
]
"release-type": "python"
},
"gitops_server": {
"package-name": "gitops-server",
"release-type": "python"
},
"charts/gitops":{
"package-name": "gitops-chart",
"release-type": "helm"
}
}
}

0 comments on commit 1d23e7a

Please sign in to comment.