fix: Changelog -> Change Log
This commit is contained in:
parent
b36037c49f
commit
922fa9fc7e
|
@ -207,7 +207,7 @@ module GitHubChangelogGenerator
|
|||
|
||||
def compund_changelog
|
||||
|
||||
log = "# Changelog\n\n"
|
||||
log = "# Change Log\n\n"
|
||||
|
||||
if @options[:unreleased_only]
|
||||
log += self.generate_log_between_tags(self.all_tags[0], nil)
|
||||
|
|
Loading…
Reference in New Issue
Block a user