- 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:
+3
-3
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user