fix #242
This commit is contained in:
parent
d21651776c
commit
4de98a7d16
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user