From 47b15d52c5c30e94a17ec87eb8dd51ff5221fed9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 25 Sep 2023 11:43:14 +0000 Subject: [PATCH] chore: Release 5.3.0 [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 0eb191a5..ec5c4fdf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [5.3.0](https://github.com/amannn/action-semantic-pull-request/compare/v5.2.0...v5.3.0) (2023-09-25) + + +### Features + +* Use Node.js 20 in action ([#240](https://github.com/amannn/action-semantic-pull-request/issues/240)) ([4c0d5a2](https://github.com/amannn/action-semantic-pull-request/commit/4c0d5a21fc86635c67cc57ffe89d842c34ade284)) + ## [5.2.0](https://github.com/amannn/action-semantic-pull-request/compare/v5.1.0...v5.2.0) (2023-03-16) diff --git a/dist/index.js b/dist/index.js index f03dab82..6ce9c09d 100644 --- a/dist/index.js +++ b/dist/index.js @@ -36967,7 +36967,7 @@ module.exports = async function run() { }); } catch (error) { throw new Error( - `Pull request has only one commit and it's not semantic; this may lead to a non-semantic commit in the base branch (see https://github.community/t/how-to-change-the-default-squash-merge-commit-message/1155). Amend the commit message to match the pull request title, or add another commit.` + `Pull request has only one commit and it's not semantic; this may lead to a non-semantic commit in the base branch (see https://github.com/community/community/discussions/16271). Amend the commit message to match the pull request title, or add another commit.` ); }