rochacbruno / python-project-template

DO NOT FORK, CLICK ON "Use this template" - A github template to start a Python Project - this uses github actions to generate your project based on the template.
https://github.com/rochacbruno/python-project-template/generate
The Unlicense
1.06k stars 157 forks source link

How HISTORY.md is automated? #9

Open VirkSaab opened 2 years ago

VirkSaab commented 2 years ago

Is HISTORY.md is a feature of git?

I cannot see any code that makes HISTORY.md

rochacbruno commented 2 years ago

When you run make release it includes a call to:

gitchangelog > HISTORY.md

https://github.com/rochacbruno/python-project-template/blob/main/Makefile#L84

rochacbruno commented 2 years ago

https://github.com/vaab/gitchangelog