Skip to content

Commit 735ba36

Browse files
committed
fix(release): add Version.java as extra files in renovate config
1 parent f07d67d commit 735ba36

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

release-please-config.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@
88
"packages": {
99
".": {
1010
"extra-files": [
11+
{
12+
"type": "generic",
13+
"path": "java-*/**/Version.java",
14+
"glob": true
15+
},
16+
{
17+
"type": "generic",
18+
"path": "sdk-platform-java/java-showcase*/Version.java",
19+
"glob": true
20+
},
1121
".github/workflows/generated_files_sync.yaml",
1222
".github/workflows/hermetic_library_generation.yaml",
1323
"sdk-platform-java/WORKSPACE",

0 commit comments

Comments
 (0)