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??
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.
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??