Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 8cf6476

Browse files
authored
ci: release bootstrap sha fix (#339)
update config bootstrap sha
1 parent 0bd0522 commit 8cf6476

File tree

2 files changed

+33
-30
lines changed

2 files changed

+33
-30
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ insert_final_newline = true
1414
[*.csproj]
1515
indent_size = 2
1616

17-
[*.{yml,yaml}]
17+
[*.{json,yml,yaml}]
1818
indent_size = 2

release-please-config.json

Lines changed: 32 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,33 @@
11
{
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

Comments
 (0)