Skip to content

Commit

Permalink
Update schema options
Browse files Browse the repository at this point in the history
  • Loading branch information
rkodev committed May 21, 2024
1 parent a98d1e2 commit 71f2c92
Showing 1 changed file with 4 additions and 23 deletions.
27 changes: 4 additions & 23 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,12 @@
{
"release-type": "go",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"include-component-in-tag": false,
"packages": {
".": {
"package-name": "github.com/microsoftgraph/msgraph-sdk-go",
"path": ".",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"include-component-in-tag": true,
"changelog-path": "CHANGELOG.md",
"changelog-sections": [
{
"type": "feat",
"section": "Features"
},
{
"type": "fix",
"section": "Bug Fixes"
},
{
"type": "docs",
"section": "Documentation"
},
{
"type": "chore",
"section": "Chores"
}
]
"changelog-path": "CHANGELOG.md"
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
Expand Down

0 comments on commit 71f2c92

Please sign in to comment.