From 70e8c287f523203b28ddf85c5d2f19b455270ba2 Mon Sep 17 00:00:00 2001 From: Petr Korolev Date: Wed, 18 Mar 2015 15:36:01 +0200 Subject: [PATCH 01/16] update readme --- README.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index d3b3c6e..d17b486 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ Type `github_changelog_generator --help` for detailed usage. ### GitHub token -Since GitHub allow to make only 50 requests without authentication it's recommended to run this script with token +Since GitHub allow to make only 50 requests without authentication it's recommended to run this script with token (`-t, --token` option) **You can easily [generate it here](https://github.com/settings/applications)**. @@ -121,13 +121,13 @@ 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, neat change log file, followed by [basic change log guidlines](http://keepachangelog.com/) :gem: -- Possible to generate **Unreleased** changes (closed issues that have not released yet) -- **GitHub Enterprise support** via command line options! +- Possible to generate **Unreleased** changes (closed issues that have not released yet) :dizzy: +- **GitHub Enterprise support** via command line options! :factory: - Flexible format **customisation**: - - **Customize** issues, that **should be added** to changelog - - **Custom date format** supported + - **Customize** issues, that **should be added** to changelog :eight_spoked_asterisk: + - **Custom date format** supported :date: - 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) + - 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**. - Merged pull-requests (all merged pull-requests) @@ -152,9 +152,9 @@ Here is a [wikipage list of alternatives](https://github.com/skywinder/Github-Ch **Nothing is impossible!** -Open an [issue](https://github.com/skywinder/Github-Changelog-Generator/issues/new) and let's make generator better together! +Open an [issue](https://github.com/skywinder/Github-Changelog-Generator/issues/new) and let's make generator better together! -*Bug reports, feature requests, patches, well-wishes are always welcome!* +*Bug reports, feature requests, patches, well-wishes are always welcome* :heavy_exclamation_mark: ## Contributing @@ -164,6 +164,7 @@ Open an [issue](https://github.com/skywinder/Github-Changelog-Generator/issues/n 4. Commit your changes (`git commit -am 'Add some feature'`) 5. Push to the branch (`git push origin my-new-feature`) 6. Create a new Pull Request +7. Profit! :white_check_mark: ## License From a1b19044c266d54a5112b3d956bc49350b7c6341 Mon Sep 17 00:00:00 2001 From: Petr Korolev Date: Wed, 18 Mar 2015 15:43:11 +0200 Subject: [PATCH 02/16] update --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d17b486..5fd63b9 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ GitHub Changelog Generator **Fully automate changelog generation** - This gem generate change log file based on **tags**, **issues** and merged **pull requests** (and split them to separate lists according labels) from :octocat: GitHub Issue Tracker. -Since now you don't have to fill your `CHANGELOG.md` manually: just run script, relax and take a cup of :coffee: before your next release! +Since now you don't have to fill your `CHANGELOG.md` manually: just run script, relax and take a cup of :coffee: before your next release! :tada: ### *What’s the point of a change log?* To make it easier for users and contributors to see precisely what notable changes have been made between each release (or version) of the project. @@ -129,11 +129,11 @@ 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**. - - Merged pull-requests (all merged pull-requests) - - Bug-fixes (by label `bug` in issue) - - Enhancements (by label `enhancement` in issue) - - Issues (closed issues w/o any labels) +- **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: + - Enhancements (by label `enhancement` in issue) :star2: + - Issues (closed issues w/o any labels) :non-potable_water: - You manualy can set which labels should be included/excluded and apply a lot of other customisations, to fit changelog for your personal style :tophat: (*look `github_changelog_generator --help` for details)* From 432f12af70b2bc8290c71a46e6ab22a02b58f152 Mon Sep 17 00:00:00 2001 From: Petr Korolev Date: Wed, 18 Mar 2015 15:45:51 +0200 Subject: [PATCH 03/16] update --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5fd63b9..5739fc7 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,9 @@ It's time to create this token or wait for 1 hour before GitHub reset the counte - 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: -- You manualy can set which labels should be included/excluded and apply a lot of other customisations, to fit changelog for your personal style :tophat: (*look `github_changelog_generator --help` for details)* +- 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)* ###Alternatives From 79f16947b7370a48c143fd8a771ec762dfe17be1 Mon Sep 17 00:00:00 2001 From: Petr Korolev Date: Wed, 18 Mar 2015 15:52:46 +0200 Subject: [PATCH 04/16] 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)* From 165e8d4e9fdb9b487c92d2548d16a1e80f698215 Mon Sep 17 00:00:00 2001 From: Petr Korolev Date: Wed, 18 Mar 2015 15:56:35 +0200 Subject: [PATCH 05/16] update --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 31f27c5..a6c4bb7 100644 --- a/README.md +++ b/README.md @@ -126,10 +126,8 @@ It's time to create this token or wait for 1 hour before GitHub reset the counte - Flexible format **customisation**: - **Customize** issues, that **should be added** to changelog :eight_spoked_asterisk: - **Custom date format** supported :date: - - 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: - + - 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 :pushpin: + - Automatically **exclude specific issues**, not-related to change log (any issue, that has label `question` `duplicate` `invalid` `wontfix`by default) :scissors: - **Distinguish** issues **according labels**. :mag_right: - Merged pull requests (all `merged` pull-requests) :twisted_rightwards_arrows: - Bug fixes (by label `bug` in issue) :beetle: From e51bceda05faf430277b7d0fe8ba2687d900e1f6 Mon Sep 17 00:00:00 2001 From: Petr Korolev Date: Wed, 18 Mar 2015 15:59:44 +0200 Subject: [PATCH 06/16] upate --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a6c4bb7..0f691a6 100644 --- a/README.md +++ b/README.md @@ -152,11 +152,11 @@ Here is a [wikipage list of alternatives](https://github.com/skywinder/Github-Ch ## Am I missed some essential feature? -**Nothing is impossible!** +- **Nothing is impossible!** -Open an [issue](https://github.com/skywinder/Github-Changelog-Generator/issues/new) and let's make generator better together! +- Open an [issue](https://github.com/skywinder/Github-Changelog-Generator/issues/new) and let's make generator better together! -*Bug reports, feature requests, patches, well-wishes are always welcome* :heavy_exclamation_mark: +- *Bug reports, feature requests, patches, well-wishes are always welcome* :heavy_exclamation_mark: ## Contributing From f6388903b73b639934e4085dec9874e6e877aa74 Mon Sep 17 00:00:00 2001 From: Petr Korolev Date: Wed, 18 Mar 2015 16:04:42 +0200 Subject: [PATCH 07/16] cm --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f691a6..fa9f5d2 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,12 @@ GitHub Changelog Generator Since now you don't have to fill your `CHANGELOG.md` manually: just run script, relax and take a cup of :coffee: before your next release! :tada: -### *What’s the point of a change log?* +>### *What’s the point of a change log?* To make it easier for users and contributors to see precisely what notable changes have been made between each release (or version) of the project. +### *Why should I care?* +Because software tools are for people. If you don’t care, why are you contributing to open source? Surely, there must be a kernel (ha!) of care somewhere in that lovely little brain of yours. + +>(c) *[http://keepachangelog.com](http://keepachangelog.com/)* ## Installation From 2b46ba2a11dd70e15dbbe73d23bbda3900f2515a Mon Sep 17 00:00:00 2001 From: Petr Korolev Date: Wed, 18 Mar 2015 16:06:27 +0200 Subject: [PATCH 08/16] cm --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa9f5d2..1bbcb32 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ To make it easier for users and contributors to see precisely what notable chang ### *Why should I care?* Because software tools are for people. If you don’t care, why are you contributing to open source? Surely, there must be a kernel (ha!) of care somewhere in that lovely little brain of yours. ->(c) *[http://keepachangelog.com](http://keepachangelog.com/)* +> :copyright: *[http://keepachangelog.com](http://keepachangelog.com/)* ## Installation From fdcf5ccf7ed69c3634178937fc780c012f19759d Mon Sep 17 00:00:00 2001 From: Petr Korolev Date: Fri, 20 Mar 2015 13:05:00 +0200 Subject: [PATCH 09/16] add faq --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index 1bbcb32..f5a3227 100644 --- a/README.md +++ b/README.md @@ -162,6 +162,27 @@ Here is a [wikipage list of alternatives](https://github.com/skywinder/Github-Ch - *Bug reports, feature requests, patches, well-wishes are always welcome* :heavy_exclamation_mark: +## FAQ + +- ***I already use GitHub Releases. Why do I need this?*** + +GitHub Releases is a very good thing. And it's very good practice to maintain it (not so much people using it yet)! :congratulations: + +I'm not try to compare quality of auto-generated and manually generated logs. + +The Changelog like this sometimes really helps. For example: + +When I found a closed bug - it's very useful to understand, in which release it was fixed. In that case you can easily find this issue by \# in `CHANGELOG.md`. + +- it's not so quite easy to find it in manually filled Releases notes. +- this file can also help you to build your Release note and not miss features in manually-filled list. + +In the end: + +I think, that GitHub Releases is more for end-users. +But `CHANGELOG.md` could stay in the repo for developers with detailed list of changes. +And it's nothing bad to combine GitHub Releases and `CHANGELOG.md` file together in that manner. + ## Contributing 1. Create an issue to discuss about your idea From f248e1c718705c157a11208c5f971ee38a8095b7 Mon Sep 17 00:00:00 2001 From: Eric Dill Date: Fri, 20 Mar 2015 09:56:54 -0400 Subject: [PATCH 10/16] MNT: Fix travis badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f5a3227..548836c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![Gem Version](https://badge.fury.io/rb/github_changelog_generator.svg)](http://badge.fury.io/rb/github_changelog_generator) -[![Build Status](https://travis-ci.org/skywinder/Github-Changelog-Generator.svg?branch=master)](https://travis-ci.org/skywinder/Github-Changelog-Generator) +[![Build Status](https://travis-ci.org/skywinder/github-changelog-generator.svg?branch=master)](https://travis-ci.org/skywinder/github-changelog-generator) GitHub Changelog Generator ================== From 83e406ca5f07e10c80ef72f40ec3df291c61fa60 Mon Sep 17 00:00:00 2001 From: Petr Korolev Date: Fri, 20 Mar 2015 18:38:55 +0200 Subject: [PATCH 11/16] ad xkcd link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 548836c..9c2cf09 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ It's time to create this token or wait for 1 hour before GitHub reset the counte - **GitHub Enterprise support** via command line options! :factory: - Flexible format **customisation**: - **Customize** issues, that **should be added** to changelog :eight_spoked_asterisk: - - **Custom date format** supported :date: + - **Custom date format** supported (but don't forget about [standards](http://xkcd.com/1179/) :date: - 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 :pushpin: - Automatically **exclude specific issues**, not-related to change log (any issue, that has label `question` `duplicate` `invalid` `wontfix`by default) :scissors: - **Distinguish** issues **according labels**. :mag_right: From e5f6670a0753636ec1b589859f8c3e56c8d3932c Mon Sep 17 00:00:00 2001 From: Petr Korolev Date: Fri, 20 Mar 2015 18:41:55 +0200 Subject: [PATCH 12/16] add link to issue --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9c2cf09..3776482 100644 --- a/README.md +++ b/README.md @@ -166,11 +166,15 @@ Here is a [wikipage list of alternatives](https://github.com/skywinder/Github-Ch - ***I already use GitHub Releases. Why do I need this?*** -GitHub Releases is a very good thing. And it's very good practice to maintain it (not so much people using it yet)! :congratulations: +GitHub Releases is a very good thing. And it's very good practice to maintain it (not so much people using it yet)! :congratulations: -I'm not try to compare quality of auto-generated and manually generated logs. +*BDW: I would like to support GitHub Releases in [next releases](https://github.com/skywinder/github-changelog-generator/issues/56) ;)* -The Changelog like this sometimes really helps. For example: +I'm not try to compare quality of auto-generated and manually generated logs.. but: + +The auto generated Changelog really helps even if you manually fill Releases notes! + +For example: When I found a closed bug - it's very useful to understand, in which release it was fixed. In that case you can easily find this issue by \# in `CHANGELOG.md`. From 32149b8a2cdf4a375a6e97b46db7c8ef7c1a0f3b Mon Sep 17 00:00:00 2001 From: brb Date: Fri, 20 Mar 2015 14:28:48 -0700 Subject: [PATCH 13/16] Update README.md --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 3776482..e402e17 100644 --- a/README.md +++ b/README.md @@ -13,16 +13,16 @@ GitHub Changelog Generator - [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) + - [Am I missing some essential feature?](#am-i-missing-some-essential-feature) - [Contributing](#contributing) - [License](#license) ### Changelog generation has never been so easy: -**Fully automate changelog generation** - This gem generate change log file based on **tags**, **issues** and merged **pull requests** (and split them to separate lists according labels) from :octocat: GitHub Issue Tracker. +**Fully automate changelog generation** - This gem generates change log file based on **tags**, **issues** and merged **pull requests** (and splits them into separate lists according labels) from :octocat: GitHub Issue Tracker. -Since now you don't have to fill your `CHANGELOG.md` manually: just run script, relax and take a cup of :coffee: before your next release! :tada: +Since now you don't have to fill your `CHANGELOG.md` manually: just run the script, relax and take a cup of :coffee: before your next release! :tada: >### *What’s the point of a change log?* To make it easier for users and contributors to see precisely what notable changes have been made between each release (or version) of the project. @@ -66,7 +66,7 @@ Because software tools are for people. If you don’t care, why are you contribu ## Usage **It's really simple**: -- If your **git remote** `origin` refer to your GitHub repo, then just go to your project folder and run: +- If your **git remote** `origin` refers to your GitHub repo, then just go to your project folder and run: github_changelog_generator @@ -105,7 +105,7 @@ Type `github_changelog_generator --help` for detailed usage. ### GitHub token -Since GitHub allow to make only 50 requests without authentication it's recommended to run this script with token (`-t, --token` option) +Since GitHub allows you to make only 50 requests without authentication it's recommended to run this script with a token (`-t, --token` option) **You can easily [generate it here](https://github.com/settings/applications)**. @@ -138,13 +138,13 @@ It's time to create this token or wait for 1 hour before GitHub reset the counte - Enhancements (by label `enhancement` in issue) :star2: - Issues (closed issues `w/o any labels`) :non-potable_water: -- You manually can set which labels should be included/excluded. :wrench: +- You can manually 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)* ###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. +Here is a [wikipage list of alternatives](https://github.com/skywinder/Github-Changelog-Generator/wiki/Alternatives), that I found. But none satisfied my requirements. *If you know other projects - feel free to edit this Wiki page!* @@ -154,7 +154,7 @@ Here is a [wikipage list of alternatives](https://github.com/skywinder/Github-Ch *If you are using `github_changelog_generator` for generation change log in your project or know another project that uses it, please add it to [this] (https://github.com/skywinder/Github-Changelog-Generator/wiki/Projects-using-Github-Changelog-Generator) list.* -## Am I missed some essential feature? +## Am I missing some essential feature? - **Nothing is impossible!** From dbb385d049735cc56fe04221c2bd9b40813d8b62 Mon Sep 17 00:00:00 2001 From: Petr Korolev Date: Fri, 20 Mar 2015 23:44:18 +0200 Subject: [PATCH 14/16] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e402e17..5e9f955 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ It's time to create this token or wait for 1 hour before GitHub reset the counte - **GitHub Enterprise support** via command line options! :factory: - Flexible format **customisation**: - **Customize** issues, that **should be added** to changelog :eight_spoked_asterisk: - - **Custom date format** supported (but don't forget about [standards](http://xkcd.com/1179/) :date: + - **Custom date format** supported (but get in mind [ISO 8601](http://xkcd.com/1179/) ) :date: - 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 :pushpin: - Automatically **exclude specific issues**, not-related to change log (any issue, that has label `question` `duplicate` `invalid` `wontfix`by default) :scissors: - **Distinguish** issues **according labels**. :mag_right: From 06d49a1e44832e9ce012e0a0c4243cbd139cc275 Mon Sep 17 00:00:00 2001 From: Petr Korolev Date: Sat, 21 Mar 2015 01:00:37 +0200 Subject: [PATCH 15/16] add github logo --- README.md | 3 +-- images/logo.jpg | Bin 0 -> 8386 bytes 2 files changed, 1 insertion(+), 2 deletions(-) create mode 100644 images/logo.jpg diff --git a/README.md b/README.md index 5e9f955..ccc650a 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,7 @@ - [![Gem Version](https://badge.fury.io/rb/github_changelog_generator.svg)](http://badge.fury.io/rb/github_changelog_generator) [![Build Status](https://travis-ci.org/skywinder/github-changelog-generator.svg?branch=master)](https://travis-ci.org/skywinder/github-changelog-generator) -GitHub Changelog Generator +GitHub Changelog Generator ![GitHub Logo](../master/images/logo.jpg) ================== - [Installation](#installation) diff --git a/images/logo.jpg b/images/logo.jpg new file mode 100644 index 0000000000000000000000000000000000000000..30fcb70f5aff5df61564235cba66811cce8e0483 GIT binary patch literal 8386 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 SermQClpEw%wI*3{9{eBE-3kZ* literal 0 HcmV?d00001 From 5566f6f7f9f0a9062f86046442683728b3399afb Mon Sep 17 00:00:00 2001 From: Petr Korolev Date: Sat, 21 Mar 2015 02:13:31 +0200 Subject: [PATCH 16/16] Update changelog for version 1.3.11 --- CHANGELOG.md | 300 --------------------------------------------------- 1 file changed, 300 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4c31f7..59664f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,305 +1,5 @@ # Change Log -## [1.3.10](https://github.com/skywinder/Github-Changelog-Generator/tree/1.3.10) (2015-03-18) - -[Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/1.3.9...1.3.10) - -**Fixed bugs:** - -- Exclude closed PR's from changelog. [\#69](https://github.com/skywinder/Github-Changelog-Generator/issues/69) - -**Merged pull requests:** - -- Fix termination in case of empty unreleased section with `--unreleased-only` option. [\#70](https://github.com/skywinder/Github-Changelog-Generator/pull/70) ([skywinder](https://github.com/skywinder)) - -## [1.3.9](https://github.com/skywinder/Github-Changelog-Generator/tree/1.3.9) (2015-03-06) - -[Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/1.3.8...1.3.9) - -**Implemented enhancements:** - -- Improve method of detecting owner and repository [\#63](https://github.com/skywinder/Github-Changelog-Generator/issues/63) - -**Merged pull requests:** - -- Resolved concurrency problem in case of issues \> 2048 [\#65](https://github.com/skywinder/Github-Changelog-Generator/pull/65) ([skywinder](https://github.com/skywinder)) - -## [1.3.8](https://github.com/skywinder/Github-Changelog-Generator/tree/1.3.8) (2015-03-05) - -[Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/1.3.6...1.3.8) - -**Merged pull requests:** - -- Fix `git remote` parsing in case, when script running without parameters inside destination directory [\#61](https://github.com/skywinder/Github-Changelog-Generator/pull/61) ([skywinder](https://github.com/skywinder)) - -## [1.3.6](https://github.com/skywinder/Github-Changelog-Generator/tree/1.3.6) (2015-03-05) - -[Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/1.3.5...1.3.6) - -## [1.3.5](https://github.com/skywinder/Github-Changelog-Generator/tree/1.3.5) (2015-03-04) - -[Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/1.3.4...1.3.5) - -**Fixed bugs:** - -- Pull Requests in Wrong Tag [\#60](https://github.com/skywinder/Github-Changelog-Generator/issues/60) - -## [1.3.4](https://github.com/skywinder/Github-Changelog-Generator/tree/1.3.4) (2015-03-03) - -[Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/1.3.3...1.3.4) - -**Fixed bugs:** - -- --no-issues appears to break PRs [\#59](https://github.com/skywinder/Github-Changelog-Generator/issues/59) - -## [1.3.3](https://github.com/skywinder/Github-Changelog-Generator/tree/1.3.3) (2015-03-03) - -[Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/1.3.2...1.3.3) - -**Closed issues:** - -- Add \# character to encapsulate list. [\#58](https://github.com/skywinder/Github-Changelog-Generator/issues/58) - -## [1.3.2](https://github.com/skywinder/Github-Changelog-Generator/tree/1.3.2) (2015-03-03) - -[Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/1.3.1...1.3.2) - -**Fixed bugs:** - -- generation failed if github commit api return `404 Not Found` [\#57](https://github.com/skywinder/Github-Changelog-Generator/issues/57) - -## [1.3.1](https://github.com/skywinder/Github-Changelog-Generator/tree/1.3.1) (2015-02-27) - -[Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/1.3.0...1.3.1) - -## [1.3.0](https://github.com/skywinder/Github-Changelog-Generator/tree/1.3.0) (2015-02-26) - -[Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/1.2.8...1.3.0) - -**Implemented enhancements:** - -- Do not show `Unreleased` section, when it's empty. [\#55](https://github.com/skywinder/Github-Changelog-Generator/issues/55) - -- Separate list exclude and include labels [\#52](https://github.com/skywinder/Github-Changelog-Generator/issues/52) - -- Unreleased issues in separate section [\#47](https://github.com/skywinder/Github-Changelog-Generator/issues/47) - -- Separate by lists: Enhancements, Bugs, Pull requests. [\#31](https://github.com/skywinder/Github-Changelog-Generator/issues/31) - -**Fixed bugs:** - -- Test pull request with invalid label \(\#26\) in changelog appeared. [\#44](https://github.com/skywinder/Github-Changelog-Generator/issues/44) - -**Merged pull requests:** - -- Implement filtering of Pull Requests by milestones [\#50](https://github.com/skywinder/Github-Changelog-Generator/pull/50) ([skywinder](https://github.com/skywinder)) - -## [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) - -**Closed issues:** - -- Bugs, that closed simultaneously with push not appeared in correct version. [\#37](https://github.com/skywinder/Github-Changelog-Generator/issues/37) - -**Merged pull requests:** - -- Feature/fix 37 [\#49](https://github.com/skywinder/Github-Changelog-Generator/pull/49) ([skywinder](https://github.com/skywinder)) - -- Prettify output [\#48](https://github.com/skywinder/Github-Changelog-Generator/pull/48) ([skywinder](https://github.com/skywinder)) - -## [1.2.7](https://github.com/skywinder/Github-Changelog-Generator/tree/1.2.7) (2015-01-26) - -[Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/1.2.6...1.2.7) - -**Merged pull requests:** - -- Add compare link between older version and newer version [\#46](https://github.com/skywinder/Github-Changelog-Generator/pull/46) ([sue445](https://github.com/sue445)) - -## [1.2.6](https://github.com/skywinder/Github-Changelog-Generator/tree/1.2.6) (2015-01-21) - -[Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/1.2.5...1.2.6) - -**Merged pull requests:** - -- fix link tag format [\#45](https://github.com/skywinder/Github-Changelog-Generator/pull/45) ([sugamasao](https://github.com/sugamasao)) - -## [1.2.5](https://github.com/skywinder/Github-Changelog-Generator/tree/1.2.5) (2015-01-15) - -[Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/1.2.4...1.2.5) - -**Implemented enhancements:** - -- Use milestone to specify in which version bug was fixed [\#22](https://github.com/skywinder/Github-Changelog-Generator/issues/22) - -**Fixed bugs:** - -- Error when trying to generate log for repo without tags [\#32](https://github.com/skywinder/Github-Changelog-Generator/issues/32) - -**Merged pull requests:** - -- PrettyPrint class is included using lowercase 'pp' [\#43](https://github.com/skywinder/Github-Changelog-Generator/pull/43) ([schwing](https://github.com/schwing)) - -- support enterprise github via command line options [\#42](https://github.com/skywinder/Github-Changelog-Generator/pull/42) ([glenlovett](https://github.com/glenlovett)) - -## [1.2.4](https://github.com/skywinder/Github-Changelog-Generator/tree/1.2.4) (2014-12-16) - -[Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/1.2.3...1.2.4) - -**Fixed bugs:** - -- Sometimes user is NULL during merges [\#41](https://github.com/skywinder/Github-Changelog-Generator/issues/41) - -- Crash when try generate log for rails [\#35](https://github.com/skywinder/Github-Changelog-Generator/issues/35) - -## [1.2.3](https://github.com/skywinder/Github-Changelog-Generator/tree/1.2.3) (2014-12-16) - -[Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/1.2.2...1.2.3) - -**Implemented enhancements:** - -- Add ability to run with one parameter instead -u -p [\#38](https://github.com/skywinder/Github-Changelog-Generator/issues/38) - -- Detailed output [\#33](https://github.com/skywinder/Github-Changelog-Generator/issues/33) - -**Fixed bugs:** - -- Docs lacking or basic behavior not as advertised [\#30](https://github.com/skywinder/Github-Changelog-Generator/issues/30) - -**Merged pull requests:** - -- Implement async fetching [\#39](https://github.com/skywinder/Github-Changelog-Generator/pull/39) ([skywinder](https://github.com/skywinder)) - -- Fix crash when user is NULL [\#40](https://github.com/skywinder/Github-Changelog-Generator/pull/40) ([skywinder](https://github.com/skywinder)) - -## [1.2.2](https://github.com/skywinder/Github-Changelog-Generator/tree/1.2.2) (2014-12-10) - -[Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/1.2.1...1.2.2) - -**Fixed bugs:** - -- Encapsulate \[ \> \* \_ \ \] signs in issues names [\#34](https://github.com/skywinder/Github-Changelog-Generator/issues/34) - -**Merged pull requests:** - -- Add a Bitdeli Badge to README [\#36](https://github.com/skywinder/Github-Changelog-Generator/pull/36) ([bitdeli-chef](https://github.com/bitdeli-chef)) - -## [1.2.1](https://github.com/skywinder/Github-Changelog-Generator/tree/1.2.1) (2014-11-22) - -[Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/1.2.0...1.2.1) - -**Fixed bugs:** - -- Script fills changelog only for first 30 tags. [\#20](https://github.com/skywinder/Github-Changelog-Generator/issues/20) - -**Merged pull requests:** - -- Issues for last tag not in list [\#29](https://github.com/skywinder/Github-Changelog-Generator/pull/29) ([skywinder](https://github.com/skywinder)) - -- Disable default --filter-pull-requests option. [\#28](https://github.com/skywinder/Github-Changelog-Generator/pull/28) ([skywinder](https://github.com/skywinder)) - -## [1.2.0](https://github.com/skywinder/Github-Changelog-Generator/tree/1.2.0) (2014-11-19) - -[Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/1.1.4...1.2.0) - -**Merged pull requests:** - -- Add filter for pull-requests labels. \(option --filter-pull-requests\) [\#27](https://github.com/skywinder/Github-Changelog-Generator/pull/27) ([skywinder](https://github.com/skywinder)) - -- Add ability to insert authors of pull-requests \(--\[no-\]author option\) [\#25](https://github.com/skywinder/Github-Changelog-Generator/pull/25) ([skywinder](https://github.com/skywinder)) - -- Don't receive issues in case of --no-isses flag specied [\#24](https://github.com/skywinder/Github-Changelog-Generator/pull/24) ([skywinder](https://github.com/skywinder)) - -## [1.1.4](https://github.com/skywinder/Github-Changelog-Generator/tree/1.1.4) (2014-11-18) - -[Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/1.1.2...1.1.4) - -**Implemented enhancements:** - -- Implement ability to retrieve GitHub token from ENV variable \(to not put it to script directly\) [\#19](https://github.com/skywinder/Github-Changelog-Generator/issues/19) - -**Merged pull requests:** - -- Sort tags by date [\#23](https://github.com/skywinder/Github-Changelog-Generator/pull/23) ([skywinder](https://github.com/skywinder)) - -## [1.1.2](https://github.com/skywinder/Github-Changelog-Generator/tree/1.1.2) (2014-11-12) - -[Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/1.1.1...1.1.2) - -**Merged pull requests:** - -- Fix bug with dot signs in project name [\#18](https://github.com/skywinder/Github-Changelog-Generator/pull/18) ([skywinder](https://github.com/skywinder)) - -- Fix bug with dot signs in user name [\#17](https://github.com/skywinder/Github-Changelog-Generator/pull/17) ([skywinder](https://github.com/skywinder)) - -## [1.1.1](https://github.com/skywinder/Github-Changelog-Generator/tree/1.1.1) (2014-11-10) - -[Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/1.1.0...1.1.1) - -**Merged pull requests:** - -- Remove duplicates of issues and pull-requests with same number [\#15](https://github.com/skywinder/Github-Changelog-Generator/pull/15) ([skywinder](https://github.com/skywinder)) - -- Sort issues by tags [\#14](https://github.com/skywinder/Github-Changelog-Generator/pull/14) ([skywinder](https://github.com/skywinder)) - -- Add ability to add or exclude issues without any labels [\#13](https://github.com/skywinder/Github-Changelog-Generator/pull/13) ([skywinder](https://github.com/skywinder)) - -## [1.1.0](https://github.com/skywinder/Github-Changelog-Generator/tree/1.1.0) (2014-11-10) - -[Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/1.0.1...1.1.0) - -**Implemented enhancements:** - -- Detect username and project form origin [\#11](https://github.com/skywinder/Github-Changelog-Generator/issues/11) - -**Fixed bugs:** - -- Bug with wrong credentials in 1.0.1 [\#12](https://github.com/skywinder/Github-Changelog-Generator/issues/12) - -- Markdown formating in the last line wrong [\#9](https://github.com/skywinder/Github-Changelog-Generator/issues/9) - -## [1.0.1](https://github.com/skywinder/Github-Changelog-Generator/tree/1.0.1) (2014-11-10) - -[Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/1.0.0...1.0.1) - -## [1.0.0](https://github.com/skywinder/Github-Changelog-Generator/tree/1.0.0) (2014-11-07) - -[Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/0.1.0...1.0.0) - -**Implemented enhancements:** - -- Add support for fixed issues and implemented enchanments. [\#6](https://github.com/skywinder/Github-Changelog-Generator/issues/6) - -- Implement option to specify output filename [\#4](https://github.com/skywinder/Github-Changelog-Generator/issues/4) - -**Fixed bugs:** - -- Last tag not appeared in changelog [\#5](https://github.com/skywinder/Github-Changelog-Generator/issues/5) - -**Merged pull requests:** - -- Implement support of different tags. [\#8](https://github.com/skywinder/Github-Changelog-Generator/pull/8) ([skywinder](https://github.com/skywinder)) - -- Add support for issues in CHANGELOG [\#7](https://github.com/skywinder/Github-Changelog-Generator/pull/7) ([skywinder](https://github.com/skywinder)) - -## [0.1.0](https://github.com/skywinder/Github-Changelog-Generator/tree/0.1.0) (2014-11-07) - -[Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/0.0.2...0.1.0) - -**Merged pull requests:** - -- Fix parsing date of pull request [\#3](https://github.com/skywinder/Github-Changelog-Generator/pull/3) ([skywinder](https://github.com/skywinder)) - -- Add changelog generation for last tag [\#2](https://github.com/skywinder/Github-Changelog-Generator/pull/2) ([skywinder](https://github.com/skywinder)) - -- Add option \(-o --output\) to specify name of the output file. [\#1](https://github.com/skywinder/Github-Changelog-Generator/pull/1) ([skywinder](https://github.com/skywinder)) - -## [0.0.2](https://github.com/skywinder/Github-Changelog-Generator/tree/0.0.2) (2014-11-06) - -[Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/0.0.1...0.0.2) - -## [0.0.1](https://github.com/skywinder/Github-Changelog-Generator/tree/0.0.1) (2014-11-06) - \* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* \ No newline at end of file