diff --git a/release-please-config.json b/release-please-config.json index a4ee7a8..ddc38e7 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -61,6 +61,11 @@ ], "release-type": "simple", "extra-files": [ - "README.md" + "README.md", + { + "type": "xml", + "path": "src/PublishingTest/PublishingTest.csproj", + "xpath": "//Project/PropertyGroup/VersionPrefix" + } ] } \ No newline at end of file