Skip to content

Commit

Permalink
chore: bootstrap releases for path: . (#131)
Browse files Browse the repository at this point in the history
* chore: bootstrap releases for path: .

* Update .release-please-manifest.json
  • Loading branch information
mdp committed Aug 30, 2023
1 parent 06581e7 commit 3908511
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .release-please-manifest.json
@@ -0,0 +1,3 @@
{
".": "6.2.2"
}
12 changes: 12 additions & 0 deletions release-please-config.json
@@ -0,0 +1,12 @@
{
"packages": {
".": {
"changelog-path": "CHANGELOG.md",
"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 3908511

Please sign in to comment.