From 5e64e5a226d011d83c2f914931c4c002ab8f90b9 Mon Sep 17 00:00:00 2001 From: Petr Korolev Date: Thu, 6 Nov 2014 20:01:19 +0200 Subject: [PATCH] add copyright to the end --- lib/github_changelog_generator.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/github_changelog_generator.rb b/lib/github_changelog_generator.rb index 19ceed9..08c1237 100755 --- a/lib/github_changelog_generator.rb +++ b/lib/github_changelog_generator.rb @@ -87,6 +87,7 @@ class ChangelogGenerator puts log 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" File.open(output_filename, 'w') { |file| file.write(log) }