Skip to content

Commit

Permalink
Fix changelog packages
Browse files Browse the repository at this point in the history
  • Loading branch information
rkodev committed May 21, 2024
1 parent 101f049 commit a98d1e2
Showing 1 changed file with 28 additions and 10 deletions.
38 changes: 28 additions & 10 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,33 @@
{
"exclude-paths": [
".git",
".idea",
".github",
".vscode"
],
"release-type": "go",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"include-component-in-tag": true,
"include-v-in-tag": true,
"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"
}
]
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}

0 comments on commit a98d1e2

Please sign in to comment.