diff --git a/dist/index.js b/dist/index.js index 59b5a7a..f8dba29 100644 --- a/dist/index.js +++ b/dist/index.js @@ -10272,13 +10272,12 @@ async function parse(commitMessage, body, branchName, mainBranch, lookup, getSco } /** * Parses the human-readable metadata links from a commit message. - *

- * See {@code Dependabot::PullRequestCreator::MessageBuilder#metadata_links} in the Ruby codebase for more details - * on the current format. - *

- *

- * Note: This data is only available if more than one dependency is updated in a single PR. - * + * + * See `Dependabot::PullRequestCreator::MessageBuilder#metadata_links` in the Ruby codebase for more details + * on the current format. + * + * **NOTE**: This data is only available if more than one dependency is updated in a single PR. + * * @param commitMessage - The commit message containing metadata links. * @returns A map from the name of the dependency to an updatedDependency object containing the old and new versions. */