Skip to content

Commit af6d28e

Browse files
committed
Add Slack to default configuration file
1 parent 03ef0eb commit af6d28e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

config/changelog.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?php
22

33
use MarkWalet\Changelog\Formatters\MarkdownChangelogFormatter;
4+
use MarkWalet\Changelog\Formatters\SlackChangelogFormatter;
45
use MarkWalet\Changelog\Formatters\TextChangelogFormatter;
56

67
return [
@@ -50,5 +51,9 @@
5051
'driver' => MarkdownChangelogFormatter::class,
5152
'capitalize' => true,
5253
],
54+
'slack' => [
55+
'driver' => SlackChangelogFormatter::class,
56+
'capitalize' => true,
57+
],
5358
],
5459
];

0 commit comments

Comments
 (0)