A curator (from Latin: curare, meaning "to take care") is a manager or overseer. Traditionally, a curator or keeper of a cultural heritage institution (e.g., gallery, museum, library or archive) is a content specialist charged with an institution's collections and involved with the interpretation of heritage material. Wikipedia, Curator
$ php composer.phar require elsuperbeano/curator
$ php composer.phar global require --dev elsuperbeano/curator:dev-master
$ ./vendor/bin/curator
$ ~/.composer/vendor/bin/curator
If the your gitlog subject lines since your last release look like this
feat(SomeCoolStuff): Added awesome feature
fix(ImportantClass): Fixed issue
Then you run curator with default configuration
$ curator make my-last-release..HEAD
And you will get CHANGELOG_TMP containing
### New Feature
* **SomeCoolStuff**: Added awesome feature
### Bug Fixes
* **ImportantClass**: Fixed issue