Automatically generate change log from your tags, issues, labels and pull requests on GitHub.
Go to file
2014-11-06 16:50:47 +02:00
bin rename, move to proper folders, separate files 2014-11-06 16:11:45 +02:00
lib rename, move to proper folders, separate files 2014-11-06 16:11:45 +02:00
.gitignore named putput file 2014-11-05 18:49:59 +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
github_changelog_generator.gemspec remove rakefile 2014-11-06 16:50:47 +02:00
README.md add license 2014-11-06 16:35:53 +02:00

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.