Skip to content

Commit f20cd28

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Updated release-please manifest config file
1 parent 6bdd66e commit f20cd28

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

release-please-config.json

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,21 @@
11
{
2+
"exclude-paths": [
3+
".git",
4+
".idea",
5+
".github",
6+
".vscode"
7+
],
8+
"release-type": "dotnet",
9+
"include-component-in-tag": false,
10+
"include-v-in-tag": true,
211
"packages": {
312
".": {
13+
"package-name": "src/Microsoft.Graph.Core/",
414
"changelog-path": "CHANGELOG.md",
5-
"bump-minor-pre-major": false,
6-
"bump-patch-for-minor-pre-major": false,
7-
"draft": false,
8-
"prerelease": false
15+
"extra-files": [
16+
"src/Microsoft.Graph.Core/Microsoft.Graph.Core.csproj",
17+
"README.md"
18+
]
919
}
1020
},
1121
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"

0 commit comments

Comments
 (0)