github-changelog-generator/spec
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
..
files ParserFile: use a File instead of a filename 2016-03-19 13:59:58 +01:00
unit filter tags correctly when since_tag is set to most recent tag (#566) 2017-10-05 23:15:06 +02:00
vcr/GitHubChangelogGenerator_OctoFetcher Rebase, pass rubocop, remove between-tags references 2017-07-27 15:51:49 -07:00
install-gem-in-bundler.gemfile Add bundle install test 2016-03-09 10:37:25 -08:00
spec_helper.rb Chore: Rubocop 0.49.0 (#516) 2017-05-25 00:11:02 +02:00