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