simov / slugify

Slugifies a string
MIT License
1.47k stars 126 forks source link

Add changelog #169

Closed simov closed 1 year ago

simov commented 1 year ago

I have used a module called github-changes to generate a changelog file in the past. Here is the command that I used for this one:

github-changes --owner simov --repository slugify --token [READ ONLY OAUTH TOKEN] --only-pulls --use-commit-body --date-format '(YYYY-MM-DD)' --file CHANGELOG.md --verbose

For better rate limits on the GitHub API a personal token can be generated here https://github.com/settings/tokens, just make sure you give it the minimum amount of read access.

Maybe we can automate this as well.

Fixes https://github.com/simov/slugify/issues/126