Release Changelog Builder Action Versions Save

A GitHub action that builds your release notes / changelog fast, easy and exactly the way you want.

v4.0.1

8 months ago

๐Ÿš€ Features

  • Upgrade to node20
    • PR: #1247

๐Ÿ’ฌ Other

  • Update GA permission scopes
    • PR: #1248

๐Ÿ“ฆ Dependencies

  • Dependency upgrades | @actions/* dependencies | Upgrade babel
    • PR: #1263

v3.7.3

8 months ago

๐Ÿ“ฆ Dependencies

  • Security update v3
    • PR: #1264

v4.0.0

10 months ago

๐Ÿš€ 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

  • Dependabot group
    • PR: #1238
  • Upgrade dev dependencies
    • PR: #1242

v4.0.0-rc09

10 months ago

๐Ÿš€ Features

  • Refactor caching logic to solve data length limitations
    • PR: #1224

๐Ÿ› Fixes

  • Fix fetching PRs after we reached the max amount
    • PR: #1225

๐Ÿงช Tests

  • Test optimisations
    • PR: #1227

๐Ÿ“ฆ Dependencies

  • Update dev dependencies
    • PR: #1226

v4.0.0-rc08

10 months ago

๐Ÿš€ 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

  • Update CI action versions
    • PR: #1192
  • Cleanup pr-collector dependency | Update dependencies
    • PR: #1209

v4.0.0-rc07

11 months ago

๐Ÿ’ฌ Other

  • Update dist-check CI job
    • PR: #1185
  • Optimize tag retrieval if fully specified
    • PR: #1189

๐Ÿ“ฆ Dependencies

  • Update dev dependencies
    • PR: #1190

v4.0.0-rc06

11 months ago

๐Ÿ’ฌ Other

  • Optimize PR loading break condition
    • PR: #1184

๐Ÿ“ฆ Dependencies

v4.0.0-rc05

11 months ago

๐Ÿš€ 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
    • PR: #1180
    • Thanks @mikeage for the report
  • Respect exclude_label for uncategorized category definition
    • PR: #1181
    • Thanks @sethicis for the report
  • Enable cache via exportCache configuration option
    • PR: #1182

๐Ÿ› Fixes

  • Fix tag_resolver.transformer configuration
    • PR: #1179
    • Thanks @InakiAbete-Reflektion for the report

v4.0.0-rc04

11 months ago

๐Ÿ› Fixes

  • Fix problem of empty toTag and fromTag name after loading from cache
    • PR: #1170

๐Ÿ“ฆ Dependencies

  • Upgrade project dependencies
    • PR: #1163

v4.0.0-rc03

11 months ago

๐Ÿš€ Features

  • Consistently apply output when loading data from cache
    • PR: #1164