Skip to content

Commit

Permalink
fix: release-please-config (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
ecottom authored May 19, 2024
1 parent 3c82993 commit e6ea516
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
{
"version-file": "lib/lvm/version.rb",
"release-type": "ruby",
"bump-minor-pre-major": false,
"bump-patch-for-minor-pre-major": false,
"draft": false,
"prerelease": false,
"packages": {
".": {}
".": {
"changelog-path": "CHANGELOG.md",
"release-type": "ruby",
"bump-minor-pre-major": false,
"bump-patch-for-minor-pre-major": false,
"draft": false,
"prerelease": false,
"version-file": "lib/lvm/version.rb"
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}

0 comments on commit e6ea516

Please sign in to comment.