forked from GoogleCloudPlatform/functions-framework-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrelease-please-config.json
More file actions
73 lines (73 loc) · 3.05 KB
/
release-please-config.json
File metadata and controls
73 lines (73 loc) · 3.05 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"separate-pull-requests": true,
"packages": {
"functions-framework-api": {
"release-type": "maven",
"component": "functions-framework-api",
"extra-files": [
{
"type": "xml",
"path": "pom.xml",
"xpath": "//*[local-name()='artifactId' and text()='functions-framework-api']/parent::*/*[local-name()='version']"
}
]
},
"invoker": {
"release-type": "maven",
"component": "java-function-invoker",
"extra-files": [
{
"type": "xml",
"path": "pom.xml",
"xpath": "//*[local-name()='artifactId' and text()='java-function-invoker-parent']/parent::*/*[local-name()='version']"
},
{
"type": "xml",
"path": "core/pom.xml",
"xpath": "//*[local-name()='artifactId' and text()='java-function-invoker-parent']/parent::*/*[local-name()='version']"
},
{
"type": "xml",
"path": "core/pom.xml",
"xpath": "//*[local-name()='artifactId' and text()='java-function-invoker']/parent::*/*[local-name()='version']"
},
{
"type": "xml",
"path": "core/pom.xml",
"xpath": "//*[local-name()='artifactId' and text()='java-function-invoker-testfunction']/parent::*/*[local-name()='version']"
},
{
"type": "xml",
"path": "conformance/pom.xml",
"xpath": "//*[local-name()='artifactId' and text()='java-function-invoker-parent']/parent::*/*[local-name()='version']"
},
{
"type": "xml",
"path": "conformance/pom.xml",
"xpath": "//*[local-name()='artifactId' and text()='conformance']/parent::*/*[local-name()='version']"
},
{
"type": "xml",
"path": "testfunction/pom.xml",
"xpath": "//*[local-name()='artifactId' and text()='java-function-invoker-parent']/parent::*/*[local-name()='version']"
},
{
"type": "xml",
"path": "testfunction/pom.xml",
"xpath": "//*[local-name()='artifactId' and text()='java-function-invoker-testfunction']/parent::*/*[local-name()='version']"
}
]
},
"function-maven-plugin": {
"release-type": "maven",
"component": "function-maven-plugin",
"extra-files": [
{
"type": "xml",
"path": "pom.xml",
"xpath": "//*[local-name()='artifactId' and text()='function-maven-plugin']/parent::*/*[local-name()='version']"
}
]
}
}
}