add header
This commit is contained in:
parent
a383da3848
commit
59f78a780d
|
@ -52,7 +52,8 @@ class ChangelogGenerator
|
||||||
if @options[:verbose]
|
if @options[:verbose]
|
||||||
puts 'Generating changelog:'
|
puts 'Generating changelog:'
|
||||||
end
|
end
|
||||||
log = ''
|
log = '# Changelog'
|
||||||
|
|
||||||
|
|
||||||
if @options[:last]
|
if @options[:last]
|
||||||
log += self.generate_log_between_tags(self.all_tags[0], self.all_tags[1])
|
log += self.generate_log_between_tags(self.all_tags[0], self.all_tags[1])
|
||||||
|
@ -127,7 +128,6 @@ class ChangelogGenerator
|
||||||
end
|
end
|
||||||
|
|
||||||
def generate_log_between_tags(since_tag, till_tag)
|
def generate_log_between_tags(since_tag, till_tag)
|
||||||
|
|
||||||
since_tag_time = self.get_time_of_tag(since_tag)
|
since_tag_time = self.get_time_of_tag(since_tag)
|
||||||
till_tag_time = self.get_time_of_tag(till_tag)
|
till_tag_time = self.get_time_of_tag(till_tag)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user