Skip to content

Commit

Permalink
chore: bootstrap releases for path: .
Browse files Browse the repository at this point in the history
Change-Id: I9708c4475c0675a0df3ec9b9e43d7c38f63b1682
  • Loading branch information
nielm committed Nov 7, 2024
1 parent db84403 commit 79cde37
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/release-please.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
handleGHRelease: true
manifest: true
3 changes: 3 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
".": "0.0.0"
}
17 changes: 17 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"packages": {
".": {
"changelog-path": "CHANGELOG.md",
"release-type": "node",
"bump-minor-pre-major": false,
"bump-patch-for-minor-pre-major": false,
"draft": false,
"prerelease": false,
"extra-files": [
"terraform/modules/autoscaler-functions/main.tf",
"terraform/modules/autoscaler-gke/main.tf"
]
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}

0 comments on commit 79cde37

Please sign in to comment.