Skip to content

Releases: mikepenz/release-changelog-builder-action

v1.0.0

22 Jan 11:40
v1.0.0
96002a4

Choose a tag to compare

🚀 Features

  • Introduce alternative tag sorting algorithm

v0.9.5

19 Oct 18:46
v0.9.5
7d955b5

Choose a tag to compare

🚀 Features

  • New additional placeholders for template and empty_template
  • Enhance sorting by using proper semver

🧪 Tests

  • Improve test cases

💬 Other

  • Adjust code to move fromTag resolving to main.ts
  • Update package.json to updated description

v0.9.1

18 Oct 13:56
v0.9.1
6eecbc7

Choose a tag to compare

🐛 Fixes

  • Fix log message of uncategorized PR count

💬 Other

  • Enhance README with sample output

v0.9.0

18 Oct 10:30
v0.9.0
7b74ff9

Choose a tag to compare

🚀 Features

  • Retrieve toTag from github.ref
  • Introduce additional output values
  • Introduce configuration to fail on errors

🐛 Fixes

  • Resolve repo user and name

🧪 Tests

  • Introduce test cases to verify sort ordering

💬 Other

  • Showcase external repo changelog generation
  • Improve documentation

v0.5.0

18 Oct 07:17
v0.5.0
ca3a814

Choose a tag to compare

🚀 Features

  • Improve README
  • Improved configuration failure handling
  • Improved defaults if no configuration is provided
  • Introduce additional placeholders [milestone, labels, assignees, reviewers]
  • Enhanced action logs

🐛 Fixes

  • Improved handling for non existing tags

💬 Other

  • Fix typos in Readme
  • Improve changelog generation of project

v0.3.0

16 Oct 18:43
v0.3.0
ec8fdec

Choose a tag to compare

🚀 Features

  • Allow to ignore pre-releases to find fromTag

v0.2.0

16 Oct 18:07
v0.2.0
73ca337

Choose a tag to compare

🚀 Features

  • At max read back configurations
  • [CI] Introduce automated release build

🐛 Fixes

  • Fix missing github token for release
  • Specify toTag for the automated release generation

🧪 Tests

  • Add contribution notes

v0.1.1

16 Oct 17:33
v0.1.1
7edac9e

Choose a tag to compare

  • introduce icon and color

v0.1.0

16 Oct 17:34
v0.1.0
9585c4f

Choose a tag to compare

  • Initial version of the action which should already work for most usecases