We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bdd66e commit f20cd28Copy full SHA for f20cd28
release-please-config.json
@@ -1,11 +1,21 @@
1
{
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,
11
"packages": {
12
".": {
13
+ "package-name": "src/Microsoft.Graph.Core/",
14
"changelog-path": "CHANGELOG.md",
- "bump-minor-pre-major": false,
- "bump-patch-for-minor-pre-major": false,
- "draft": false,
- "prerelease": false
15
+ "extra-files": [
16
+ "src/Microsoft.Graph.Core/Microsoft.Graph.Core.csproj",
17
+ "README.md"
18
+ ]
19
}
20
},
21
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
0 commit comments