diff --git a/CHANGELOG.md b/CHANGELOG.md index 3514157..2142208 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ - *Merged pull-request:* Implement filtering of Pull Requests by milestones [\#50](https://github.com/skywinder/Github-Changelog-Generator/pull/50) ([skywinder](https://github.com/skywinder)) +- *Implemented enhancement:* Separate list exclude and include labels [\#52](https://github.com/skywinder/Github-Changelog-Generator/issues/52) + +- *Implemented enhancement:* Not Released [\#47](https://github.com/skywinder/Github-Changelog-Generator/issues/47) + +- *Fixed bug:* Test pull request with invalid label \(#26\) in changelog appeared. [\#44](https://github.com/skywinder/Github-Changelog-Generator/issues/44) + ## [1.2.8](https://github.com/skywinder/Github-Changelog-Generator/tree/1.2.8) (2015-02-17) [Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/1.2.7...1.2.8) diff --git a/README.md b/README.md index 642984f..8c2c62b 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ GitHub Changelog Generator - [Usage](#usage) - [Params](#params) - [GitHub token](#github-token) - - [Features and advantages of this project as compared to other](#features-and-advantages-of-this-project-as-compared-to-other) + - [Features and advantages of this project](#features-and-advantages-of-this-project) - [Alternatives](#alternatives) - [Projects using this library](#projects-using-this-library) - [Am I missed some essential feature?](#am-i-missed-some-essential-feature) @@ -107,16 +107,19 @@ So, if you got error like this: It's time to create this token or wait for 1 hour before GitHub reset the counter for your IP. -##Features and advantages of this project as compared to other +##Features and advantages of this project +- Generate cannonical changelog file, followed by [keepachangelog.com guidlines](http://keepachangelog.com/) +- Support **Unreleased** issues (closed issues that have not yet released) +- 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 changelog (by labels) + - Automatically exclude "questions" - issues marked as `question` labels (and other issues, that should'n be in changelog file: with `duplicate invalid wontfix` labels) - Automatically split issues by type - **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) - - Excluding "questions" from changelog (issues marked as `question` labels) -- 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 changelog (by labels) ###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.