Skip to content

Commit

Permalink
Merge branch 'release/v0.4.28'
Browse files Browse the repository at this point in the history
  • Loading branch information
betterthanclay committed Oct 20, 2024
2 parents f1325d0 + bff8b84 commit 307a731
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v0.4.28 (2024-10-20)
* Added composer.lock to git export whitelist

## v0.4.27 (2024-10-20)
* Fixed git-exports whitelist handling

Expand Down
3 changes: 2 additions & 1 deletion src/Task/CheckGitExports.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ class CheckGitExports implements Task
'LICENSE',
'README.md',
'CHANGELOG.md',
'composer.json'
'composer.json',
'composer.lock'
];

public function execute(): bool
Expand Down

0 comments on commit 307a731

Please sign in to comment.