From 30e9ab0ec36bb3d57fe57c2f1bda2a0236f2a1ea Mon Sep 17 00:00:00 2001 From: Petr Korolev Date: Wed, 18 Mar 2015 15:52:46 +0200 Subject: [PATCH] update --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5739fc7..31f27c5 100644 --- a/README.md +++ b/README.md @@ -129,11 +129,13 @@ It's time to create this token or wait for 1 hour before GitHub reset the counte - 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) :negative_squared_cross_mark: - **Automatically exclude "questions"** - issues marked as `question` labels (and other issues, that shouldn't be in change log file: with `duplicate invalid wontfix` labels) :scissors: -- **Distinguish** bug fixes, enchantments, and closed issues **according labels**. :mag_right: - - Merged pull-requests (all merged pull-requests) :twisted_rightwards_arrows: - - Bug-fixes (by label `bug` in issue) :beetle: + +- **Distinguish** issues **according labels**. :mag_right: + - Merged pull requests (all `merged` pull-requests) :twisted_rightwards_arrows: + - Bug fixes (by label `bug` in issue) :beetle: - Enhancements (by label `enhancement` in issue) :star2: - - Issues (closed issues w/o any labels) :non-potable_water: + - Issues (closed issues `w/o any labels`) :non-potable_water: + - You manually can set which labels should be included/excluded. :wrench: - Apply a lot of other customisations, to fit changelog for your personal style :tophat: (*look `github_changelog_generator --help` for details)*