antfu / changelogithub

Generate changelog for GitHub

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generate/Upudate CHANGELOG.md file

jd-solanki opened this issue · comments

Clear and concise description of the problem

This package is really useful and I am using it for my OSS project. However, my company maintains CHANGELOG.md file and changelogithub doesn't generate/update changelog.md file.

Suggested solution

Maybe passing file option to update the changelog file

Alternative

N/A

Additional context

Thanks so much for your tools ❤️

Validations

It's something that changelogithub is not designed for. I don't mind exposing some API to make it easier but it probably won't be a builtin feature. You can probably try using changelogen directly.

Thanks for your response.