Skip to content

Releases: BobAnkh/auto-generate-changelog

v1.0.6

18 Aug 04:58
9e5db53

Choose a tag to compare

Feature: Add new input param COMMITTER for user to specify the committer to update file. It should be in format like author <author@example>

v1.0.5

18 Aug 01:47
cfcd69a

Choose a tag to compare

Bugfix: automatically detect git version used in docker build to avoid mismatching git version

v1.0.4

16 Jul 11:20
eecf645

Choose a tag to compare

Fix the problem of release tag commit not in the git log history with empty commits list given to the release. The corresponding section in CHANGELOG will be empty.

v1.0.3

26 Apr 05:05
1b0cd77

Choose a tag to compare

Performance improvement for Dockerfile.

v1.0.2

17 Jan 06:38
b80f854

Choose a tag to compare

In this version:

  • refactor the data structure
  • support other branches
  • can hide lines in release description

See CHANGELOG for more details.

v1.0.1

16 Oct 13:24
8c6667b

Choose a tag to compare

fix the bug of CRLF in release info

v1.0.0

13 Oct 01:01
6d350fe

Choose a tag to compare

Major version changes with some inputs removed and a new flexible and scaleble input introduced.

TYPE is introduced for users to define what they want to detect and where they want to have it in CHANGELOG all by themselves. Users can define the keyword detected from commit message and the corresonding word presented in the changelog in input TYPE. For example, define feat:Feature will detect commit message like feat(main): add new option and present this in changelog as part Feature.

BREAKING CHANGE: FEAT,FIX,DOCS,CHORE,REFACTOR,PERF are removed.

v0.0.4

05 Sep 12:07
70e8e99

Choose a tag to compare

This might be the last release for this major version. I'm going to refactor the code to give more flexibility to the users in the future.

v0.0.3

10 Aug 08:33
b59a2b1

Choose a tag to compare

v0.0.2

10 Aug 03:59

Choose a tag to compare