-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathrelease-please-config.json
More file actions
38 lines (38 loc) · 1.17 KB
/
release-please-config.json
File metadata and controls
38 lines (38 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"release-type": "simple",
"changelog-path": "docs/history.md",
"separate-pull-requests": true,
"include-component-in-tag": true,
"include-v-in-tag": false,
"packages": {
".": {
"component": "Google.Cloud.EntityFrameworkCore.Spanner",
"exclude-paths": [
"spanner-ado-net"
],
"extra-files": [
{
"type": "xml",
"path": "Google.Cloud.EntityFrameworkCore.Spanner/Google.Cloud.EntityFrameworkCore.Spanner.csproj",
"xpath": "//Project/PropertyGroup/Version"
},
{
"type": "xml",
"path": "Google.Cloud.EntityFrameworkCore.Spanner/Google.Cloud.EntityFrameworkCore.Spanner.csproj",
"xpath": "//Project/PropertyGroup/PackageVersion"
}
]
},
"spanner-ado-net/spanner-ado-net": {
"component": "Google.Cloud.Spanner.DataProvider",
"extra-files": [
{
"type": "xml",
"path": "spanner-ado-net/spanner-ado-net/spanner-ado-net.csproj",
"xpath": "//Project/PropertyGroup/Version"
}
]
}
}
}