Github Changelog Generator
This script automatically generate change-log from your tags and merged pull-requests.
Usage: github_changelog_generator.rb -u user_name -p project_name [-t 16-digit-GitHubToken] [options]
-u, --user [USER] your username on GitHub
-p, --project [PROJECT] name of project on GitHub
-t, --token [TOKEN] To make more than 50 requests this app required your OAuth token for GitHub. You can generate it on https://github.com/settings/applications
-h, --help Displays Help
-v, --[no-]verbose Run verbosely
-l, --last-changes generate log between last 2 tags
-f, --date-format [FORMAT] date format. default is %d/%m/%y
Example:
github_changelog_generator.rb -u your-username -p your-project [-t 16-digit-GitHub-token-for-more-than-50-requests]
In output you get [your_project]_changelog.md
file with automatically generated changelogs.
License
Github Changelog Generator is released under the MIT License.
Description
Automatically generate change log from your tags, issues, labels and pull requests on GitHub.
Languages
Ruby
99.7%
Dockerfile
0.3%