Skip to content

Commit

Permalink
chore(changelog): enable docs type
Browse files Browse the repository at this point in the history
  • Loading branch information
marcocesarato committed Jan 18, 2021
1 parent f4ed373 commit b83b579
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<?php

return [
// Enable docs type
'excludedTypes' => ['refactor', 'style', 'build', 'ci', 'revert', 'test'],
// Ignore changelogs
'ignorePatterns' => [
'/chore\(changelog\)[:].*/i'
],
Expand Down

0 comments on commit b83b579

Please sign in to comment.