fix #242
This commit is contained in:
parent
d21651776c
commit
4de98a7d16
|
@ -15,7 +15,6 @@
|
||||||
**Closed issues:**
|
**Closed issues:**
|
||||||
|
|
||||||
- Issue [\#10](https://github.com/skywinder/changelog_test/issues/10)
|
- 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)
|
- 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)
|
## [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?
|
if issues.any?
|
||||||
issues.each do |issue|
|
issues.each do |issue|
|
||||||
merge_string = get_string_for_issue(issue)
|
merge_string = get_string_for_issue(issue)
|
||||||
log += "- #{merge_string}\n\n"
|
log += "- #{merge_string}\n"
|
||||||
end
|
end
|
||||||
|
log += "\n"
|
||||||
end
|
end
|
||||||
log
|
log
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue
Block a user