conventional-changelog / standard-version

:trophy: Automate versioning and CHANGELOG generation, with semver.org and conventionalcommits.org
ISC License
7.69k stars 794 forks source link

How limit the changelog size? #965

Open riderx opened 6 months ago

riderx commented 6 months ago

I'm using this command for more than 2 years (was using the original repo before) And I have issue my changelog file getting bigger and bigger. It's 66mb now.

So cloning become a pain, diff merge in changelog as well and many others stuff. I would love to find a way to limit the size or the length of the changelog file, there is no reason to keep all the history in it, we could just reference the same file of old commit to "paginate" it.