This commit is contained in:
Petr Korolev 2015-07-16 14:36:25 +03:00
parent d21651776c
commit 4de98a7d16
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,6 @@
**Closed issues:**
- Issue [\#10](https://github.com/skywinder/changelog_test/issues/10)
- Issue with some other label - Should be in closed issues [\#8](https://github.com/skywinder/changelog_test/issues/8)
## [0.0.4](https://github.com/skywinder/changelog_test/tree/0.0.4) (2015-05-22)

View File

@ -54,8 +54,9 @@ module GitHubChangelogGenerator
if issues.any?
issues.each do |issue|
merge_string = get_string_for_issue(issue)
log += "- #{merge_string}\n\n"
log += "- #{merge_string}\n"
end
log += "\n"
end
log
end