add copyright to the end
This commit is contained in:
parent
0a69f76191
commit
5e64e5a226
|
@ -87,6 +87,7 @@ class ChangelogGenerator
|
||||||
puts log
|
puts log
|
||||||
end
|
end
|
||||||
|
|
||||||
|
log += "\n\n*This file was generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*"
|
||||||
output_filename = "#{@options[:project]}_changelog.md"
|
output_filename = "#{@options[:project]}_changelog.md"
|
||||||
File.open(output_filename, 'w') { |file| file.write(log) }
|
File.open(output_filename, 'w') { |file| file.write(log) }
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user