Skip to content

Commit

Permalink
chore: bootstrap releases for path: .
Browse files Browse the repository at this point in the history
  • Loading branch information
sofisl committed Sep 7, 2023
1 parent b322f78 commit 58394e7
Show file tree
Hide file tree
Showing 2 changed files with 13 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 @@
{
".": "0.0.0"
}
12 changes: 10 additions & 2 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
{
"initial-version": "0.1.0",
"packages": {
".": {},
".": {
"changelog-path": "CHANGELOG.md",
"release-type": "node",
"bump-minor-pre-major": false,
"bump-patch-for-minor-pre-major": false,
"draft": false,
"prerelease": false
},
"tools": {}
},
"release-type": "node"
"release-type": "node",
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}

0 comments on commit 58394e7

Please sign in to comment.