Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add changelog #169

Merged
merged 1 commit into from Aug 25, 2022
Merged

Add changelog #169

merged 1 commit into from Aug 25, 2022

Conversation

simov
Copy link
Owner

@simov simov commented Aug 25, 2022

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 #126

@simov simov requested a review from Trott August 25, 2022 05:45
@simov simov merged commit 4c927b6 into master Aug 25, 2022
@simov simov deleted the feature/changelog branch August 25, 2022 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Provide changelog ?
2 participants