Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 248 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 248 Bytes

changelog-generator

Comming soon

Docker image based on gitchangelog project

Usage

docker build -t gitchangelog .
docker run --rm -v ${PWD}:/root/files gitchangelog bash -c 'gitchangelog > tmp.md &&  markdown2 tmp.md  > index.html'