Releases: mikepenz/release-changelog-builder-action
Releases · mikepenz/release-changelog-builder-action
v2.7.2
v2.7.1
v2.7.0
v2.6.0
🚀 Features
- Configuration option to filter out tags given a regex
💬 Other
- Add note for initial releases
- PR: #567
📦 Dependencies
v2.5.1
v2.5.0
📦 Dependencies
- ESLint 8 | semver 7.3.9 | Dependency updates
- PR: #550
v2.4.3
📦 Dependencies
- build(deps): bump webpack from 5.53.0 to 5.54.0
- PR: #504
- build(deps-dev): bump jest from 27.2.1 to 27.2.2
- PR: #505
- build(deps): bump @octokit/rest from 18.11.0 to 18.11.1
- PR: #507
- build(deps-dev): bump @types/node from 16.9.6 to 16.10.1
- PR: #506
- build(deps): bump @octokit/rest from 18.11.1 to 18.11.2
- PR: #509
- build(deps-dev): bump @typescript-eslint/parser from 4.31.2 to 4.32.0
- PR: #510
- build(deps-dev): bump jest from 27.2.2 to 27.2.3
- PR: #512
- build(deps): bump @actions/core from 1.5.0 to 1.6.0
- PR: #515
- build(deps): bump webpack from 5.54.0 to 5.55.1
- PR: #513
- build(deps-dev): bump eslint-plugin-jest from 24.4.2 to 24.5.0
- PR: #514
- build(deps-dev): bump @types/node from 16.10.1 to 16.10.2
- PR: #516
- build(deps-dev): bump jest from 27.2.3 to 27.2.4
- PR: #518
- build(deps): bump @octokit/rest from 18.11.2 to 18.11.3
- PR: #519
- build(deps): bump @octokit/rest from 18.11.3 to 18.11.4
- PR: #520
- build(deps): bump webpack from 5.55.1 to 5.56.1
- PR: #522
- build(deps-dev): bump eslint-plugin-jest from 24.5.0 to 24.5.2
- PR: #521
- build(deps-dev): bump @typescript-eslint/parser from 4.32.0 to 4.33.0
- PR: #523
- build(deps-dev): bump @types/node from 16.10.2 to 16.10.3
- PR: #524
- build(deps): bump webpack from 5.56.1 to 5.57.1
- PR: #525
- build(deps-dev): bump eslint-plugin-github from 4.3.0 to 4.3.2
- PR: #526
- build(deps): bump @octokit/rest from 18.11.4 to 18.12.0
- PR: #529
- build(deps): bump webpack from 5.57.1 to 5.58.0
- PR: #528
npm upgrade
to update all dependencies- PR: #539
v2.4.2
💬 Other
📦 Dependencies
- build(deps-dev): bump prettier from 2.4.0 to 2.4.1
- PR: #488
- build(deps-dev): bump eslint-plugin-jest from 24.4.0 to 24.4.2
- PR: #491
- build(deps-dev): bump @types/node from 16.9.1 to 16.9.2
- PR: #489
- build(deps): bump webpack from 5.52.1 to 5.53.0
- PR: #490
- build(deps-dev): bump @types/node from 16.9.2 to 16.9.4
- PR: #492
- build(deps-dev): bump jest from 27.2.0 to 27.2.1
- PR: #496
- build(deps-dev): bump @types/jest from 27.0.1 to 27.0.2
- PR: #495
- build(deps-dev): bump @typescript-eslint/parser from 4.31.1 to 4.31.2
- PR: #493
- Update tmpl, ansi-regex
- PR: #497
- npm dependency upgrades
- PR: #499
v2.4.1
🚀 Features
- Use
en
locale fortag.toLocaleLowerCase
- PR: #484
- Expand logging in regards to configuration loading
- PR: #485
- Enhance
deduplication
behaviour- Do not drop PRs missing the identifier during deduplication.
- Log PRs not resolving an identifier during deduplication.
- PR: #486
- Thanks @charlou-aredidon for the report (#483)
📦 Dependencies
- build(deps-dev): bump jest from 27.0.6 to 27.1.0
- PR: #459
- build(deps-dev): bump @vercel/ncc from 0.29.2 to 0.30.0
- PR: #462
- build(deps-dev): bump @types/node from 16.7.2 to 16.7.6
- PR: #463
- build(deps-dev): bump @types/node from 16.7.6 to 16.7.8
- PR: #464
- build(deps-dev): bump @typescript-eslint/parser from 4.29.3 to 4.30.0
- PR: #465
- build(deps): bump @octokit/rest from 18.9.1 to 18.10.0
- PR: #466
- build(deps-dev): bump @types/node from 16.7.8 to 16.7.10
- PR: #467
- build(deps): bump webpack from 5.51.1 to 5.51.2
- PR: #468
- build(deps): bump webpack from 5.51.2 to 5.52.0
- PR: #469
- build(deps-dev): bump jest from 27.1.0 to 27.1.1
- PR: #472
- build(deps-dev): bump @types/node from 16.7.10 to 16.9.0
- PR: #474
- build(deps-dev): bump @typescript-eslint/parser from 4.30.0 to 4.31.0
- PR: #471
- build(deps-dev): bump prettier from 2.3.2 to 2.4.0
- PR: #475
- build(deps-dev): bump @types/node from 16.9.0 to 16.9.1
- PR: #477
- build(deps-dev): bump @vercel/ncc from 0.30.0 to 0.31.0
- PR: #478
- build(deps): bump webpack from 5.52.0 to 5.52.1
- PR: #479
- build(deps-dev): bump eslint-plugin-github from 4.2.0 to 4.3.0
- PR: #476
- build(deps-dev): bump typescript from 4.4.2 to 4.4.3
- PR: #480
- build(deps-dev): bump jest from 27.1.1 to 27.2.0
- PR: #481
v2.4.0
🚀 Features
- Exhaustive label matching for categories
- PR: #456
- Feature/filter duplicates
- PR: #457
- Thanks for the suggestion @dil-kpogany