Skip to content

Commit

Permalink
chore: bootstrap releases for path: .
Browse files Browse the repository at this point in the history
  • Loading branch information
feywind committed Nov 19, 2024
1 parent 9efaf46 commit d54ec26
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"gax": "4.5.0",
"tools": "0.4.6"
"tools": "0.4.6",
".": "0.0.0"
}
10 changes: 9 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,15 @@
"prerelease": false,
"packages": {
"gax": {},
"tools": {}
"tools": {},
".": {
"changelog-path": "CHANGELOG.md",
"release-type": "node",
"bump-minor-pre-major": false,
"bump-patch-for-minor-pre-major": false,
"draft": false,
"prerelease": false
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}

0 comments on commit d54ec26

Please sign in to comment.