Skip to content

Commit

Permalink
feat: configure config to release-please
Browse files Browse the repository at this point in the history
  • Loading branch information
JonDotsoy committed Jul 22, 2023
1 parent df1a7a4 commit a089f8a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"packages": {
".": {
"changelog-path": "CHANGELOG.md",
"release-type": "simple",
"bump-minor-pre-major": false,
"bump-patch-for-minor-pre-major": false,
"draft": false,
"prerelease": false,
"extra-files": [
{
"type": "json",
"path": "version.json",
"jsonpath": ".version"
}
]
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}

0 comments on commit a089f8a

Please sign in to comment.