Releases: BobAnkh/auto-generate-changelog
v1.0.6
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
Bugfix: automatically detect git version used in docker build to avoid mismatching git version
v1.0.4
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
Performance improvement for Dockerfile.
v1.0.2
In this version:
- refactor the data structure
- support other branches
- can hide lines in release description
See CHANGELOG for more details.
v1.0.1
fix the bug of CRLF in release info
v1.0.0
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
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
See CHANGELOG for changes
v0.0.2
Please CHANGELOG