[version/0.31.0] Fix Rakefile again

This commit is contained in:
Pedro Piñera 2018-04-17 15:32:36 +02:00
parent 57d6c3e8e4
commit 1cdff7a2f7
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ Please, check out guidelines: https://keepachangelog.com/en/1.0.0/
## Next version
## 0.30.0
## 0.31.0
- Second test
## 0.26.0

View File

@ -94,7 +94,7 @@ def changelog(version)
reading = false
break
end
output << line if reading
output = "#{output}#{line}" << line if reading
end
output
end