puppetlabs / puppetlabs-puppetdb

A puppet module for installing and managing puppetdb
https://forge.puppetlabs.com/puppetlabs/puppetdb
Apache License 2.0
55 stars 231 forks source link

Archive CHANGELOG.md #399

Closed smortex closed 7 months ago

smortex commented 7 months ago

When preparing a new release of the module, GCG overrite the whole CHANGELOG.md file, but it used to be crafted by hand and we do not want to loose this information.

GCG can append an existing file to the generated changelog, and if this file is properly formatted, can guess which versions are covered by this HISTORY file to not include them again.

Move the CHANGELOG.md to HISTORY.md and adjust the release lines so that GCG can properly parse the first one and the following ones are formatted the same way. The resulting CHANGELOG.md which will be generated on the next release preparation will be consistently formatted.