github-changelog-generator/spec/unit/generator
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
..
generator_generation_spec.rb Bug: require ActiveSupport core_ext blank (#520) 2017-05-25 14:07:34 +02:00
generator_processor_spec.rb Rebase, pass rubocop, remove between-tags references 2017-07-27 15:51:49 -07:00
generator_tags_spec.rb filter tags correctly when since_tag is set to most recent tag (#566) 2017-10-05 23:15:06 +02:00