diff --git a/src/validatePrTitle.js b/src/validatePrTitle.js index 4a8cb5c00..f39e823d0 100644 --- a/src/validatePrTitle.js +++ b/src/validatePrTitle.js @@ -34,7 +34,7 @@ module.exports = async function validatePrTitle( if (!result.type) { throw new Error( - `No release type found in pull request title "${prTitle}". Add a prefix to indicate what kind of release this pull request corresponds to (see https://www.conventionalcommits.org/).\n\n${printAvailableTypes()}` + `No release type found in pull request title "${prTitle}". Add a prefix to indicate what kind of release this pull request corresponds to. For reference, see https://www.conventionalcommits.org/\n\n${printAvailableTypes()}` ); }