Commit b679835
authored
fix(ci): fix java-cloud-bom release-notes workflow errors (#13682)
Resolves java-cloud-bom release-notes GHA workflow failures by:
1. Correcting the working directory and POM paths inside the workflow
file.
2. Adjusting the regex pattern in the version parser to prevent greedy
comment-matching.
3. Updating `ReleaseNoteGeneration.java` to skip split-repository
release page queries for migrated client libraries (bigtable, firestore,
pubsub, and pubsublite).
Verifications:
* Manual GHA verification run:
https://github.com/googleapis/google-cloud-java/actions/runs/28888992080
(Success)
* Updated release page:
https://github.com/googleapis/google-cloud-java/releases/tag/libraries-bom/v26.85.0
b/5321196381 parent 7e57092 commit b679835
2 files changed
Lines changed: 4 additions & 5 deletions
File tree
- .github/workflows
- java-cloud-bom/release-note-generation/src/main/java/com/google/cloud
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
66 | | - | |
| 65 | + | |
67 | 66 | | |
68 | 67 | | |
69 | 68 | | |
| |||
0 commit comments