From 0aa2ba190b312c2968c77739c47bb0482c22ed00 Mon Sep 17 00:00:00 2001 From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Date: Fri, 7 May 2021 21:08:28 +0200 Subject: [PATCH] fix: improve text in comment (#367) --- lib/get-fail-comment.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/get-fail-comment.js b/lib/get-fail-comment.js index f69f91bd..86774730 100644 --- a/lib/get-fail-comment.js +++ b/lib/get-fail-comment.js @@ -19,9 +19,9 @@ module.exports = (branch, errors) => `## :rotating_light: The automated release branch.name }\` branch failed. :rotating_light: -I recommend you give this issue a high priority, so other packages depending on you could benefit from your bug fixes and new features. +I recommend you give this issue a high priority, so other packages depending on you can benefit from your bug fixes and new features again. -You can find below the list of errors reported by **semantic-release**. Each one of them has to be resolved in order to automatically publish your package. I’m sure you can resolve this 💪. +You can find below the list of errors reported by **semantic-release**. Each one of them has to be resolved in order to automatically publish your package. I’m sure you can fix this 💪. Errors are usually caused by a misconfiguration or an authentication problem. With each error reported below you will find explanation and guidance to help you to resolve it. @@ -29,7 +29,7 @@ Once all the errors are resolved, **semantic-release** will release your package branch.name }\` branch. You can also manually restart the failed CI job that runs **semantic-release**. -If you are not sure how to resolve this, here is some links that can help you: +If you are not sure how to resolve this, here are some links that can help you: - [Usage documentation](${USAGE_DOC_URL}) - [Frequently Asked Questions](${FAQ_URL}) - [Support channels](${GET_HELP_URL})