Skip to content

Commit

Permalink
feat: release-please to main
Browse files Browse the repository at this point in the history
  • Loading branch information
dschach committed Feb 6, 2023
1 parent 71d001e commit fbccc98
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 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 @@
{
".": "1.0.0"
}
22 changes: 22 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"packages": {
".": {
"changelog-path": "CHANGELOG.md",
"bump-minor-pre-major": false,
"bump-patch-for-minor-pre-major": false,
"draft": false,
"prerelease": false
}
},
"bump-minor-pre-major": false,
"bump-patch-for-minor-pre-major": true,
"prerelease": true,
"include-v-in-tag": true,
"plugins": [
{
"type": "sentence-case"
}
],
"release-type": "salesforce",
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}

0 comments on commit fbccc98

Please sign in to comment.