aeonphp/automation
Generate changelog for any github project through CLI
50K+
Generate changelog for any github project through CLI from Pull Requests Description / Commit Messages in https://keepachangelog.com/ format.
aeonphp/automation:latest
Install the container:
docker pull aeonphp/automation
Display help:
docker run -t --rm aeonphp/automation list
docker run -t --rm aeonphp/automation --help
Display unreleased changes of aeon-php/automation project:
docker run -t --rm aeonphp/automation changelog:generate aeon-php/automation
docker pull aeonphp/automation