forked from microsoftgraph/msgraph-beta-sdk-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrelease-please-config.json
More file actions
29 lines (29 loc) · 884 Bytes
/
release-please-config.json
File metadata and controls
29 lines (29 loc) · 884 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
{
"bootstrap-sha": "2d57400ce14711ffae06de400a6e10e3817632b8",
"exclude-paths": [
".git",
".idea",
".github",
".vscode"
],
"release-type": "simple",
"include-component-in-tag": false,
"include-v-in-tag": true,
"packages": {
".": {
"package-name": "com.microsoft.graph.microsoft-graph-beta",
"changelog-path": "CHANGELOG.md",
"extra-files": [
"gradle.properties",
"README.md",
"src/main/java/com/microsoft/graph/beta/info/Constants.java",
{
"type": "xml",
"path": "pom.xml",
"xpath": "//project/version"
}
]
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}