Skip to content

Commit

Permalink
chore: bootstrap releases for path: "."
Browse files Browse the repository at this point in the history
  • Loading branch information
lediur committed Jul 12, 2023
1 parent 34b9212 commit 0afd181
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
".": "7.0.0"
}
13 changes: 11 additions & 2 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
{
"bootstrap-sha": "9ccd1fd2fb4986e7444ec4d3bacd8bb48584d1de",
"packages": {
".": {}
}
".": {
"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 0afd181

Please sign in to comment.