Skip to content

Commit

Permalink
chore: bootstrap releases for path: .
Browse files Browse the repository at this point in the history
  • Loading branch information
nebolsin committed Feb 25, 2024
1 parent bfecc82 commit 4886dfd
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"packages": {
".": {
"changelog-path": "CHANGELOG.md",
"release-type": "ruby-yoshi",
"bump-minor-pre-major": false,
"bump-patch-for-minor-pre-major": false,
"draft": false,
"prerelease": false,
"version-file": "lib/xdr/version.rb"
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}
3 changes: 3 additions & 0 deletions .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
".": "3.0.3"
}

0 comments on commit 4886dfd

Please sign in to comment.