Skip to content

Commit

Permalink
chore: release-please config
Browse files Browse the repository at this point in the history
  • Loading branch information
dschach committed Feb 8, 2023
1 parent 9161de1 commit 536a91f
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,21 @@
"bump-minor-pre-major": false,
"bump-patch-for-minor-pre-major": false,
"draft": false,
"prerelease": false
"prerelease": false,
"package-name": "recordtypes-utility"
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"extra-files": [
{
"type": "json",
"path": "package.json",
"jsonpath": "$.version"
}
],
"plugins": [
{
"type": "sentence-case"
}
]
}

0 comments on commit 536a91f

Please sign in to comment.