@@ -86801,7 +86801,7 @@ class GitHub {
86801
86801
* @throws {GitHubAPIError} on an API error
86802
86802
*/
86803
86803
this.commentOnIssue = wrapAsync(async (comment, number) => {
86804
- this.logger.debug(`adding comment to https://github.com/${this.repository.owner}/${this.repository.repo}/issue /${number}`);
86804
+ this.logger.debug(`adding comment to https://github.com/${this.repository.owner}/${this.repository.repo}/issues /${number}`);
86805
86805
const resp = await this.octokit.issues.createComment({
86806
86806
owner: this.repository.owner,
86807
86807
repo: this.repository.repo,
@@ -91756,6 +91756,7 @@ class JavaYoshiMonoRepo extends java_1.Java {
91756
91756
const pomFilesSearch = this.github.findFilesByFilenameAndRef('pom.xml', this.targetBranch, this.path);
91757
91757
const buildFilesSearch = this.github.findFilesByFilenameAndRef('build.gradle', this.targetBranch, this.path);
91758
91758
const dependenciesSearch = this.github.findFilesByFilenameAndRef('dependencies.properties', this.targetBranch, this.path);
91759
+ const readmeFilesSearch = this.github.findFilesByFilenameAndRef('README.md', this.targetBranch, this.path);
91759
91760
const pomFiles = await pomFilesSearch;
91760
91761
pomFiles.forEach(path => {
91761
91762
updates.push({
@@ -91792,6 +91793,18 @@ class JavaYoshiMonoRepo extends java_1.Java {
91792
91793
}),
91793
91794
});
91794
91795
});
91796
+ const readmeFiles = await readmeFilesSearch;
91797
+ readmeFiles.forEach(path => {
91798
+ updates.push({
91799
+ path: this.addPath(path),
91800
+ createIfMissing: false,
91801
+ updater: new java_update_1.JavaUpdate({
91802
+ version,
91803
+ versionsMap,
91804
+ isSnapshot: options.isSnapshot,
91805
+ }),
91806
+ });
91807
+ });
91795
91808
this.extraFiles.forEach(extraFile => {
91796
91809
if (typeof extraFile === 'object') {
91797
91810
return;
@@ -119554,7 +119567,7 @@ module.exports = {};
119554
119567
/***/ ((module) => {
119555
119568
119556
119569
"use strict";
119557
- module.exports = {"i8":"15.7 .0"};
119570
+ module.exports = {"i8":"15.8 .0"};
119558
119571
119559
119572
/***/ }),
119560
119573
0 commit comments