<?php return [ // Enable docs type 'excludedTypes' => ['refactor', 'style', 'build', 'ci', 'revert', 'test'], // Ignore changelogs 'ignorePatterns' => [ '/chore\(changelog\)[:].*/i' ], ];
info at phpclasses dot org