Skip to content

Commit

Permalink
chore: config release please for monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
markphelps committed Dec 24, 2023
1 parent 8f8579e commit 8585723
Showing 1 changed file with 22 additions and 10 deletions.
32 changes: 22 additions & 10 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,25 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"bump-minor-pre-major": false,
"bump-patch-for-minor-pre-major": true,
"draft": false,
"prerelease": false,

"packages": {
".": {
"changelog-path": "CHANGELOG.md",
"release-type": "simple",
"bump-minor-pre-major": false,
"bump-patch-for-minor-pre-major": false,
"draft": false,
"prerelease": false
"flipt-engine": {
"release-type": "rust"
},
"flipt-client-go": {
"release-type": "go"
},
"flipt-client-node": {
"release-type": "node"
},
"flipt-client-python": {
"release-type": "python"
},
"flipt-client-ruby": {
"release-type": "ruby"
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}
}
}

0 comments on commit 8585723

Please sign in to comment.