Skip to content

Commit 47b15d5

Browse files
chore: Release 5.3.0 [skip ci]
1 parent 4c0d5a2 commit 47b15d5

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [5.3.0](https://github.com/amannn/action-semantic-pull-request/compare/v5.2.0...v5.3.0) (2023-09-25)
4+
5+
6+
### Features
7+
8+
* 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))
9+
310
## [5.2.0](https://github.com/amannn/action-semantic-pull-request/compare/v5.1.0...v5.2.0) (2023-03-16)
411

512

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36967,7 +36967,7 @@ module.exports = async function run() {
3696736967
});
3696836968
} catch (error) {
3696936969
throw new Error(
36970-
`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.`
36970+
`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.`
3697136971
);
3697236972
}
3697336973

0 commit comments

Comments
 (0)