Automatically generate change log from your tags, issues, labels and pull requests on GitHub.
Go to file
2014-11-06 15:39:10 +02:00
.gitignore named putput file 2014-11-05 18:49:59 +02:00
changelog_generator.rb update help message 2014-11-06 15:31:04 +02:00
Gemfile add gemfiles 2014-11-06 15:18:07 +02:00
Gemfile.lock add gemfiles 2014-11-06 15:18:07 +02:00
README.md Create README.md 2014-11-06 15:39:10 +02:00

ChangelogGenerator

This script automaticaly generate changelog from your tags and merged pull-requests.

Usage: 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

./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.