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