Releases: mikepenz/release-changelog-builder-action
Releases · mikepenz/release-changelog-builder-action
v4.1.0
v4.0.1
v3.7.3
📦 Dependencies
- Security update v3
- PR: #1264
v3
📦 Dependencies
- Security update v3
- PR: #1264
v4.0.0
🚀 Features
- Inverse default template format to
#{{}}
- PR: #1240
🐛 Fixes
- Minor improvements
- PR: #1228
💬 Other
- Remove pr-collector npm module setup
- PR: #1237
- Clarify documentation on local testing | Token permissions
- PR: #1241
- Thanks for the input @paul-dingemans, @dbischof90
📦 Dependencies
v4.0.0-rc09
v4.0.0-rc08
🚀 Features
- Cleanup
pr-collector
dependency | Update dependencies- PR: #1209
🐛 Fixes
- Fix author for commit mode was not username
- PR: #1210
- Thanks for the report @Darex1991
📦 Dependencies
v4.0.0-rc07
v4.0.0-rc06
💬 Other
- Optimize PR loading break condition
- PR: #1184
📦 Dependencies
- Dependency upgrades |
octokit/[email protected]
- PR: #1183
v4.0.0-rc05
🚀 Features
- Introduce
fetchViaCommits
configuration | Offers a new feature to solve an edge case resulting in old PRs not being included in changelog for squash merges - Respect
exclude_label
foruncategorized
category definition - Enable cache via
exportCache
configuration option- PR: #1182
🐛 Fixes
- Fix
tag_resolver.transformer
configuration- PR: #1179
- Thanks @InakiAbete-Reflektion for the report