From c2fc95bdb955dd8bde609dddb4f725a1fa9c35fb Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 26 Jul 2021 15:28:22 +0000 Subject: [PATCH] chore: Release 3.4.1 [skip ci] --- CHANGELOG.md | 7 +++++++ dist/index.js | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c80c795c4..1dd78f2ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [3.4.1](https://github.com/amannn/action-semantic-pull-request/compare/v3.4.0...v3.4.1) (2021-07-26) + + +### Bug Fixes + +* Make link in error message clickable ([#112](https://github.com/amannn/action-semantic-pull-request/issues/112)) ([2a292a6](https://github.com/amannn/action-semantic-pull-request/commit/2a292a6550224ddc9d79731bcd15732b42344ebf)) + ## [3.4.0](https://github.com/amannn/action-semantic-pull-request/compare/v3.3.0...v3.4.0) (2021-02-15) diff --git a/dist/index.js b/dist/index.js index e058ce4ce..d611b87e2 100644 --- a/dist/index.js +++ b/dist/index.js @@ -33498,7 +33498,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()}` ); }