Merge branch 'hotfix/readme' into develop

This commit is contained in:
Petr Korolev 2015-03-17 17:07:36 +02:00
commit aeaec739f5

View File

@ -116,19 +116,19 @@ It's time to create this token or wait for 1 hour before GitHub reset the counte
##Features and advantages of this project
- Generate canonical change log file, followed by [keepachangelog.com guidlines](http://keepachangelog.com/)
- Simply add links for all closed issues and merged pull requests
- Possible to generate **Unreleased** changes (closed issues that have not released yet)
- Flexible format customisation:
- Customize issues, that should be added to changelog
- Custom date format supported
- **GitHub Enterprise support** via command line options!
- Flexible format **customisation**:
- **Customize** issues, that **should be added** to changelog
- **Custom date format** supported
- Ability to manually specify in which version issue was fixed (in case, when closed date is not match) by setting `milestone` of issue the same name as tag of required version
- Ability to exclude specific issues from change log (by labels)
- Automatically exclude "questions" - issues marked as `question` labels (and other issues, that shouldn't be in change log file: with `duplicate invalid wontfix` labels)
- Distinguish bug fixes, enchantments, and closed issues according labels.
- **Issues** (closed issues w/o any labels)
- **Merged pull-requests** (all merged pull-requests)
- **Bug-fixes** (by label `bug` in issue)
- **Enhancements** (by label `enhancement` in issue)
- Ability to **exclude specific issues** from change log (by labels)
- **Automatically exclude "questions"** - issues marked as `question` labels (and other issues, that shouldn't be in change log file: with `duplicate invalid wontfix` labels)
- **Distinguish** bug fixes, enchantments, and closed issues **according labels**.
- Issues (closed issues w/o any labels)
- Merged pull-requests (all merged pull-requests)
- Bug-fixes (by label `bug` in issue)
- Enhancements (by label `enhancement` in issue)
###Alternatives
Here is a [wikipage list of alternatives](https://github.com/skywinder/Github-Changelog-Generator/wiki/Alternatives), that I found. But no one was satisfy my requirements.