semantic-release / changelog

:blue_book: semantic-release plugin to create or update a changelog file
MIT License
304 stars 28 forks source link

How to generate the CHANGELOG.md from the begining, regenerate it all #380

Closed arkadioz closed 10 months ago

arkadioz commented 10 months ago

I am going to start using the tool in my projects so I wonder how can I make it generate the CHANGELOG of everything it finds in the project, not just from when I just added it to the project, is there a way??

travi commented 10 months ago

this is not supported directly by semantic-release, but directly using the conventional-changelog tools that are used by semantic-release is probably your best bet.