Skip to content
This repository was archived by the owner on Aug 15, 2024. It is now read-only.

Commit 4e9dcc5

Browse files
chore: build dist (#730)
Build dist PR
1 parent a085f7b commit 4e9dcc5

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

dist/index.js

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86801,7 +86801,7 @@ class GitHub {
8680186801
* @throws {GitHubAPIError} on an API error
8680286802
*/
8680386803
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}`);
8680586805
const resp = await this.octokit.issues.createComment({
8680686806
owner: this.repository.owner,
8680786807
repo: this.repository.repo,
@@ -91756,6 +91756,7 @@ class JavaYoshiMonoRepo extends java_1.Java {
9175691756
const pomFilesSearch = this.github.findFilesByFilenameAndRef('pom.xml', this.targetBranch, this.path);
9175791757
const buildFilesSearch = this.github.findFilesByFilenameAndRef('build.gradle', this.targetBranch, this.path);
9175891758
const dependenciesSearch = this.github.findFilesByFilenameAndRef('dependencies.properties', this.targetBranch, this.path);
91759+
const readmeFilesSearch = this.github.findFilesByFilenameAndRef('README.md', this.targetBranch, this.path);
9175991760
const pomFiles = await pomFilesSearch;
9176091761
pomFiles.forEach(path => {
9176191762
updates.push({
@@ -91792,6 +91793,18 @@ class JavaYoshiMonoRepo extends java_1.Java {
9179291793
}),
9179391794
});
9179491795
});
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+
});
9179591808
this.extraFiles.forEach(extraFile => {
9179691809
if (typeof extraFile === 'object') {
9179791810
return;
@@ -119554,7 +119567,7 @@ module.exports = {};
119554119567
/***/ ((module) => {
119555119568

119556119569
"use strict";
119557-
module.exports = {"i8":"15.7.0"};
119570+
module.exports = {"i8":"15.8.0"};
119558119571

119559119572
/***/ }),
119560119573

0 commit comments

Comments
 (0)