producerphp / producer.producer

Tools for producing library packages.
MIT License
104 stars 6 forks source link

[Enh] `producer changes` command #9

Open Faryshta opened 8 years ago

Faryshta commented 8 years ago

Proposal for a command that reads the commits and filter the ones that start with [Enh], [Bug], [Fix], [BC break] since the last tag release.

Then updates the CHANGES document with the new information. With format

Alternatively, it can Read the CHANGES document and finds the last applied commit, then finds only the ones applies after that one.