Skip to content

Commit a94668e

Browse files
committed
chore: add to getFiles
1 parent 7ad1260 commit a94668e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/SDK/Language/CLI.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,11 @@ public function getFiles(): array
125125
'destination' => 'README.md',
126126
'template' => 'cli/README.md.twig',
127127
],
128+
[
129+
'scope' => 'default',
130+
'destination' => 'CHANGELOG.md',
131+
'template' => 'cli/CHANGELOG.md.twig',
132+
],
128133
[
129134
'scope' => 'default',
130135
'destination' => 'package.json',

0 commit comments

Comments
 (0)