Option parsing: Remove tag1, tag2 cruft (#479)

This commit is contained in:
Olle Jonsson
2017-02-08 21:58:30 +01:00
committed by GitHub
parent 1e9e72f1a5
commit d334aa01f2
2 changed files with 2 additions and 13 deletions
-2
View File
@@ -191,8 +191,6 @@ module GitHubChangelogGenerator
# @return [Hash] Default options
def self.default_options
Options.new(
tag1: nil,
tag2: nil,
date_format: "%Y-%m-%d",
output: "CHANGELOG.md",
base: "HISTORY.md",