Skip to content

Commit 48b0582

Browse files
committed
fix: correct release-please-config for invoker/conformance/pom.xml
Previous change d31b502 incorrectly added an extra file to the invoker release which is causing automation breakages when the invoker release PRs are created. The extra file should actually have been added to the maven-plugin package as that is the release that bumps that version. Move config to the right package.
1 parent e8a3dd2 commit 48b0582

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/release-please-config.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,6 @@
4646
"path": "conformance/pom.xml",
4747
"xpath": "//*[local-name()='artifactId' and text()='conformance']/parent::*/*[local-name()='version']"
4848
},
49-
{
50-
"type": "xml",
51-
"path": "conformance/pom.xml",
52-
"xpath": "//*[local-name()='artifactId' and text()='function-maven-plugin']/parent::*/*[local-name()='version']"
53-
},
5449
{
5550
"type": "xml",
5651
"path": "testfunction/pom.xml",
@@ -71,6 +66,11 @@
7166
"type": "xml",
7267
"path": "pom.xml",
7368
"xpath": "//*[local-name()='artifactId' and text()='function-maven-plugin']/parent::*/*[local-name()='version']"
69+
},
70+
{
71+
"type": "xml",
72+
"path": "../invoker/conformance/pom.xml",
73+
"xpath": "//*[local-name()='artifactId' and text()='function-maven-plugin']/parent::*/*[local-name()='version']"
7474
}
7575
]
7676
}

0 commit comments

Comments
 (0)