|
1 | 1 | { |
2 | | - "packages": { |
3 | | - ".": { |
4 | | - "changelog-path": "CHANGELOG.md", |
5 | | - "release-type": "simple", |
6 | | - "bump-minor-pre-major": false, |
7 | | - "bump-patch-for-minor-pre-major": false, |
8 | | - "draft": false, |
9 | | - "prerelease": false, |
10 | | - "bootstrap-sha": "e9b73fc10c023bc83c0b7816d7e872199d92cbee", |
11 | | - "exclude-paths": [ |
12 | | - ".azure-pipelines", |
13 | | - ".github", |
14 | | - ".idea", |
15 | | - ".vs", |
16 | | - ".vscode", |
17 | | - "src/", |
18 | | - "src/Microsoft.Graph.Cli.Core.Tests" |
19 | | - ], |
20 | | - "extra-files": [ |
21 | | - { |
22 | | - "type": "xml", |
23 | | - "path": "src/Microsoft.Graph.Cli.Core/Microsoft.Graph.Cli.Core.csproj", |
24 | | - "xpath": "//Project/PropertyGroup/Version" |
25 | | - } |
26 | | - ] |
27 | | - } |
28 | | - }, |
29 | | - "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json" |
30 | | - } |
| 2 | + "bootstrap-sha": "e9b73fc10c023bc83c0b7816d7e872199d92cbee", |
| 3 | + "exclude-paths": [ |
| 4 | + ".azure-pipelines", |
| 5 | + ".github", |
| 6 | + ".idea", |
| 7 | + ".vs", |
| 8 | + ".vscode", |
| 9 | + "src/sample", |
| 10 | + "src/Microsoft.Graph.Cli.Core.Tests" |
| 11 | + ], |
| 12 | + "release-type": "simple", |
| 13 | + "bump-minor-pre-major": true, |
| 14 | + "bump-patch-for-minor-pre-major": true, |
| 15 | + "include-component-in-tag": false, |
| 16 | + "include-v-in-tag": true, |
| 17 | + "draft": false, |
| 18 | + "prerelease": false, |
| 19 | + "packages": { |
| 20 | + ".": { |
| 21 | + "package-name": "msgraph-cli-core", |
| 22 | + "changelog-path": "CHANGELOG.md", |
| 23 | + "extra-files": [ |
| 24 | + { |
| 25 | + "type": "xml", |
| 26 | + "path": "src/Microsoft.Graph.Cli.Core/Microsoft.Graph.Cli.Core.csproj", |
| 27 | + "xpath": "//Project/PropertyGroup/Version" |
| 28 | + } |
| 29 | + ] |
| 30 | + } |
| 31 | + }, |
| 32 | + "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json" |
| 33 | +} |
0 commit comments