Skip to content

Commit

Permalink
chore: Release 5.3.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Sep 25, 2023
1 parent 4c0d5a2 commit 47b15d5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions 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)


Expand Down
2 changes: 1 addition & 1 deletion dist/index.js
Expand Up @@ -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.`
);
}

Expand Down

0 comments on commit 47b15d5

Please sign in to comment.