This commit is contained in:
Petr Korolev 2015-02-24 18:08:50 +02:00
parent 6cb5a60322
commit 3a0c6a8558

View File

@ -236,7 +236,7 @@ module GitHubChangelogGenerator
log += self.generate_log_for_all_tags
end
log += "\n\n\\* *This changelog was generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*"
log += "\n\n\\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*"
output_filename = "#{@options[:output]}"
File.open(output_filename, 'w') { |file| file.write(log) }