2014-11-06 16:57:51 +02:00
2014-11-05 18:49:59 +02:00
2014-11-06 15:18:07 +02:00
2014-11-06 15:18:07 +02:00
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.

Description
Automatically generate change log from your tags, issues, labels and pull requests on GitHub.
Readme
Languages
Ruby 99.7%
Dockerfile 0.3%