- do not drop PRs if they did not result in an extracted identifier during deduplication

- FIX https://github.com/mikepenz/release-changelog-builder-action/issues/483
- adjust log to `info` if `ID` extraction fails for PR
- merge together PRs post deduplication (with unmatched array)
- ensure proper sorting of PRs post deduplication
This commit is contained in:
Mike Penz
2021-09-14 13:38:49 +02:00
parent a035e38233
commit 99d5df5b47
5 changed files with 77 additions and 64 deletions
+3 -3
View File
@@ -44,13 +44,13 @@
"devDependencies": {
"@types/jest": "^27.0.1",
"@types/node": "^16.9.1",
"@typescript-eslint/parser": "^4.31.0",
"@vercel/ncc": "^0.31.0",
"@typescript-eslint/parser": "^4.31.1",
"@vercel/ncc": "^0.31.1",
"eslint": "^7.32.0",
"eslint-plugin-github": "^4.3.0",
"eslint-plugin-jest": "^24.4.0",
"jest": "^27.2.0",
"jest-circus": "^27.0.6",
"jest-circus": "^27.2.0",
"js-yaml": "^4.1.0",
"prettier": "2.4.0",
"ts-jest": "^27.0.5",