fktn-k / fkYAML

A C++ header-only YAML library
MIT License
69 stars 7 forks source link

#120 added target to use github-changelog-generator tool #121

Closed fktn-k closed 1 year ago

fktn-k commented 1 year ago

I have introduced the github-changelog-generator tool to the project to generate CHANGELOG.md automatically for future releases of the project.
The routine command to use the tool has also been added to Makefile as part of update-version target.

120