commitizen / cz-conventional-changelog

A commitizen adapter for the angular preset of https://github.com/conventional-changelog/conventional-changelog
MIT License
768 stars 442 forks source link

feat(engine.js): appends .gitmessage #152

Open thesheps opened 3 years ago

thesheps commented 3 years ago

This PR allows a user to append the existing contents of .gitmessage. Common use-cases for this being using something like git-mob which can automagically append co-authors to commit messages.

Happy to take feedback on this, hope folks find this useful! 🚀