-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrelease-please-config.json
More file actions
32 lines (29 loc) · 892 Bytes
/
Copy pathrelease-please-config.json
File metadata and controls
32 lines (29 loc) · 892 Bytes
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
{
"packages": {
"Dataverse.Extensions.DependencyInjection": {
"release-type": "simple",
"package-name": "BauerApps.Dataverse.Extensions.DependencyInjection",
"include-component-in-tag": true,
"extra-files": [
{
"type": "generic",
"path": "Dataverse.Extensions.DependencyInjection.csproj"
}
],
"changelog-path": "CHANGELOG.md"
},
"Dataverse.Extensions.HealthChecks": {
"release-type": "simple",
"package-name": "BauerApps.Dataverse.Extensions.HealthChecks",
"include-component-in-tag": true,
"extra-files": [
{
"type": "generic",
"path": "Dataverse.Extensions.HealthChecks.csproj"
}
],
"changelog-path": "CHANGELOG.md"
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}