A PHP tool built to generate a changelog from a project's commit messages and metadata following the conventionalcommits.org and automate versioning with semver.org.
GNU General Public License v3.0
230
stars
32
forks
source link
feat: Commit description Regex Replace post processing feature #17
This allows to post process the commit text and perform a preg_replace replacement on the final commit text description.
It can be used for transforming texts into links (like converting a Jira tiket flag into its markdown link to the project) and any other usefull text replacement you see fit.
This allows to post process the commit text and perform a preg_replace replacement on the final commit text description.
It can be used for transforming texts into links (like converting a Jira tiket flag into its markdown link to the project) and any other usefull text replacement you see fit.