llaville / php-compatinfo

Library that find out the minimum version and the extensions required for a piece of code to run
https://llaville.github.io/php-compatinfo/7.1/
Other
371 stars 21 forks source link

[automation] Build CHANGELOG #358

Closed llaville closed 1 year ago

llaville commented 1 year ago

New Feature request

Summary

Replace legacy build CHANGELOG process by Changie tool.

Description

Legacy build CHANGELOG process suffer from a little problem that may cause git merge conflicts if it not well handled. Using Mardown custom tags <!-- MARKDOWN-RELEASE:START --> and <!-- MARKDOWN-RELEASE:END -->

Solution

Do not use anymore the custom Markdown tags and separate changelog from commit messages without conflicts with Changie tool.

llaville commented 1 year ago

Already applied on bartlett/php-compatinfo-db package, for upcoming release 4.10.0 (branch 4.10) : see https://github.com/llaville/php-compatinfo-db/issues/130