Skip to content

Commit 2a292a6

Browse files
dcrooteamannn
andauthored
fix: Make link in error message clickable (#112)
* fix: Make link in error clickable in GH Actions * Remove period from link anchor Co-authored-by: Jan Amann <[email protected]> Co-authored-by: Jan Amann <[email protected]>
1 parent 1829a7c commit 2a292a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/validatePrTitle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ module.exports = async function validatePrTitle(
3434

3535
if (!result.type) {
3636
throw new Error(
37-
`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()}`
37+
`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()}`
3838
);
3939
}
4040

0 commit comments

Comments
 (0)