github-changelog-generator/lib
Florian Thomas 64f4cd07c9 filter tags correctly when since_tag is set to most recent tag (#566)
* filter tags correctly when `since_tag` is set to most recent tag
Before this fix [`filtered_tags`](https://github.com/skywinder/github-changelog-generator/blob/master/lib/github_changelog_generator/generator/generator_generation.rb#L132)
was empty which caused a fallback to the last tag in the sorted_tags array (which is the oldest tag).
There for no issues and PRs were filtered in that case.

fixes #555
fixes #304
2017-10-05 23:15:06 +02:00
..
github_changelog_generator filter tags correctly when since_tag is set to most recent tag (#566) 2017-10-05 23:15:06 +02:00
github_changelog_generator.rb Bug: require ActiveSupport core_ext blank (#520) 2017-05-25 14:07:34 +02:00