minor clean up
This commit is contained in:
parent
3179f29a7c
commit
b81f8a4169
|
@ -20,9 +20,9 @@ module GitHubChangelogGenerator
|
|||
# generator = GitHubChangelogGenerator::Generator.new
|
||||
# content = generator.compound_changelog
|
||||
def initialize(options = nil)
|
||||
@options = options || {}
|
||||
@options = options || {}
|
||||
@tag_times_hash = {}
|
||||
@fetcher = GitHubChangelogGenerator::OctoFetcher.new @options
|
||||
@fetcher = GitHubChangelogGenerator::OctoFetcher.new @options
|
||||
end
|
||||
|
||||
def fetch_issues_and_pr
|
||||
|
|
Loading…
Reference in New Issue
Block a user