Skip to content

Releases: mikepenz/release-changelog-builder-action

v5.2.0-b01

31 Jan 19:20
c848d60
Compare
Choose a tag to compare
v5.2.0-b01 Pre-release
Pre-release

🚀 Features

🧪 Tests

  • Upgrade remaining dependency | Fix jest setup

📦 Dependencies

  • Upgrade remaining dependency | Fix jest setup

Contributors:

v5.1.0

27 Jan 11:13
be351b0
Compare
Choose a tag to compare

🚀 Features

  • Convert project to use ESM instead of CJS

💬 Other

  • Improve release notes template
  • Update Actions versions

📦 Dependencies

  • Upgrade dependencies
  • [CI] Enable Dependabot for GitHub Actions
  • Bump actions/setup-node from 3 to 4
  • Bump globals from 15.13.0 to 15.14.0
  • Bump the dev-dependencies group with 3 updates
  • Upgrade dependencies

Contributors:

v5

02 Nov 09:53
be351b0
Compare
Choose a tag to compare
v5

💬 Other

  • Update Actions versions

📦 Dependencies

  • [CI] Enable Dependabot for GitHub Actions
  • Bump actions/setup-node from 3 to 4
  • Bump globals from 15.13.0 to 15.14.0
  • Bump the dev-dependencies group with 3 updates
  • Upgrade dependencies

Contributors:

v5.1.0-rc01

14 Dec 11:30
f1c05ee
Compare
Choose a tag to compare
v5.1.0-rc01 Pre-release
Pre-release

🚀 Features

  • Convert project to use ESM instead of CJS

💬 Other

  • Improve release notes template

📦 Dependencies

  • Upgrade dependencies

Contributors:

v5.0.0

02 Nov 09:54
a57c1b7
Compare
Choose a tag to compare

Important

v5 is a major release, it includes many new features, alongside breaking changes (specifically in the area of regexes) and bug fixes.
Ensure to read the regexes section for more details on new functionalities.

The key difference to v4 is that now the transformers use replace by default as a mechanism, you might have to provide match as method if you observe issues compared to v4.

Additionally, all transformers available, follow a similar structure and offer similar flexibility.

🚀 Features

  • Unify handling of regex transformers | New method
  • Introduce nested categorisation
  • Refactor mode configuration | Add support for HYBRID | Add new CommitMode focused default config
  • Introduce CONTRIBUTORS (PR author based)
  • Enhance CONTRIBUTORS template
  • Introduce AUTHOR_NAME placeholder
  • Upgrade dependencies

🐛 Fixes

  • Fallback to alternative author value if main commit author login is not available
  • Fix to match categories case insensitive for gitea
  • COMMIT mode not returned when commitMode is true
  • Fix Contributor template

💬 Other

  • [CI] Optimize release changelog config
  • Rework README structure
  • Improve local testing documentation
  • Enhance error log in case of a fatal error building the changelog
  • Fix spelling mistakes
  • clarify tag_resolver.filter documentation
  • Rework README to make REGEX objects more clear
  • document commitMode to mode transition in README.md
  • Document default value for Extractor.on_property
  • Fix wrong , in README example
  • Improve README on non semver tags
  • Refactor transform.ts and others

📦 Dependencies

  • Dependency upgrades
  • Upgrade dependencies to their latest version
  • Dependency Upgrades
  • Dependency upgrades | semver 7.6.3
  • Upgrade dev dependencies

Contributors:

v5.0.0-rc03

07 Aug 13:23
346d974
Compare
Choose a tag to compare
v5.0.0-rc03 Pre-release
Pre-release

🚀 Features

  • Introduce AUTHOR_NAME placeholder

v5.0.0-rc02

06 Aug 07:49
f3fc77b
Compare
Choose a tag to compare
v5.0.0-rc02 Pre-release
Pre-release

🐛 Fixes

  • COMMIT mode not returned when commitMode is true

💬 Other

  • clarify tag_resolver.filter documentation
  • Rework README to make REGEX objects more clear

📦 Dependencies

  • Upgrade dev dependencies

v5.0.0-rc01

26 Jul 07:36
c7b3b6d
Compare
Choose a tag to compare
v5.0.0-rc01 Pre-release
Pre-release

🚀 Features

  • Enhance CONTRIBUTORS template

🐛 Fixes

📦 Dependencies

  • Dependency upgrades | semver 7.6.3

v5.0.0-a04

20 Jun 11:56
8c644a1
Compare
Choose a tag to compare
v5.0.0-a04 Pre-release
Pre-release

🚀 Features

  • Introduce CONTRIBUTORS (PR author based)

💬 Other

  • Enhance error log in case of a fatal error building the changelog
  • Fix spelling mistakes

📦 Dependencies

  • Dependency Upgrades

v4.2.2

11 Apr 06:35
32e3c96
Compare
Choose a tag to compare

🐛 Fixes

  • Fallback to alternative author value if main commit author login is not available

💬 Other

  • Enhance error log in case of a fatal error building the changelog