Closed
Description
This is sub-task of #209.
As @estahn mention:
The CHANGELOG.md
needs to be parsed and divided into sections which represent the versions, e.g.
[{ :version => 'v0.0.1', :content => '...' }, { :version => 'v1.0.0', :content => '...' }, ...]
It's needed to implement:
--amend
Fetch missing versions andamend
them to existing change log #211Ability to keep manual added information for older version tags
Ability to keep manual added changelog information #213