Skip to content

Commit 8c7f6d8

Browse files
authored
fix: remove maven-plugin from release-please-config for invoker/conformance/pom.xml (#322)
Previous change d31b502 incorrectly added an extra file to the invoker release which is causing automation breakages when the invoker release PRs are created. Move config to the right package.
1 parent e8a3dd2 commit 8c7f6d8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/release-please-config.json

Lines changed: 0 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",

0 commit comments

Comments
 (0)