Remove misspelled and unused method
This commit is contained in:
parent
c67909959b
commit
93291dde7c
|
@ -275,12 +275,6 @@ module GitHubChangelogGenerator
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
def is_megred(number)
|
|
||||||
@github.pull_requests.merged? @options[:user], @options[:project], number
|
|
||||||
rescue
|
|
||||||
puts GH_RATE_LIMIT_EXCEEDED_MSG.yellow
|
|
||||||
end
|
|
||||||
|
|
||||||
def get_all_tags
|
def get_all_tags
|
||||||
if @options[:verbose]
|
if @options[:verbose]
|
||||||
print "Fetching tags...\r"
|
print "Fetching tags...\r"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user