PHP Classes

File: .changelog

Recommend this page to a friend!
  Classes of Marco Cesarato   PHP Conventional Changelog   .changelog   Download  
File: .changelog
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Conventional Changelog
Generate changelog and release notes from commit
Author: By
Last change:
Date: 3 years ago
Size: 225 bytes
 

Contents

Class file image Download
<?php return [ // Enable docs type 'excludedTypes' => ['refactor', 'style', 'build', 'ci', 'revert', 'test'], // Ignore changelogs 'ignorePatterns' => [ '/chore\(changelog\)[:].*/i' ], ];