lib/heroku_release.rb in heroku_release-0.1.0 vs lib/heroku_release.rb in heroku_release-0.1.1
- old
+ new
@@ -121,10 +121,10 @@
execute "git commit -m 'Updated #{config.changelog_path}'"
execute "git push origin master"
end
def changelog_warning
- "# NOTE: this file is autogenerated by the heroku_release gem - do not hand edit"
+ "# NOTE: this file is autogenerated by the heroku_release gem - do not hand edit\n\n"
end
def changelog
git_tags_with_comments.scan(/^\s*(release-\d+-\d+)\s*(.+)$/).reverse.map do |release, comment|
"- #{release}\n\n#{comment}\n\n"