Skip to content

Commit

Permalink
558 : Added new line after credits
Browse files Browse the repository at this point in the history
  • Loading branch information
qwerty2323 committed Mar 3, 2018
1 parent 466ea3e commit ae74616
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/github_changelog_generator/generator/generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def compound_changelog

log += File.read(options[:base]) if File.file?(options[:base])

credit_line = "\n\n\\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*"
credit_line = "\n\n\\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* \n"
log.gsub!(credit_line, "") # Remove old credit lines
log += credit_line

Expand Down

Large diffs are not rendered by default.

0 comments on commit ae74616

Please sign in to comment.