gregorio-project / gregorio

The Gregorio Project
http://gregorio-project.github.io
Other
164 stars 43 forks source link

VersionManager and multiple Unreleased sections in CHANGELOG #1403

Closed rpspringuel closed 6 years ago

rpspringuel commented 6 years ago

Because of the possibility of different CTAN and manual install releases, it's possible that there would be two "Unreleased" sections in the CHANGELOG.md on the develop branch: one for the changes which can be pushed to ctan between TeXLive releases (and which were originally made on the current release- branch) and one for changes which cannot (and which were originally made on the develop branch.

We should probably differentiate these sections (perhaps by changing the second "unreleased" to either "ctan" or "develop", as appropriate).

Additionally VersionManager.py needs to have its handling of this situation improved.

rpspringuel commented 6 years ago

I've done the rearranging of the CHANGELOG sections on the ctan and develop branches as part of the 5.1.0 release. VersionManager.py still needs to be modified to account for this.