From 0e0295645d471b55d570738ed09e4ab4cf4173af Mon Sep 17 00:00:00 2001 From: Petr Korolev Date: Tue, 17 Mar 2015 17:07:12 +0200 Subject: [PATCH] update readme --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 77fbbee..79165f0 100644 --- a/README.md +++ b/README.md @@ -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.