Skip to content

Commit

Permalink
Include CHANGELOG.md in phar
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHenryIE committed Jan 10, 2025
1 parent 2c6f1d3 commit 85aee04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
mv src build/src
mv bin build/bin
mv composer.json build
cp CHANGELOG.md build
php -d phar.readonly=off phar-composer.phar build ./build/
- name: Test run strauss
Expand Down
1 change: 1 addition & 0 deletions scripts/createphar.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ cp -R vendor build/vendor
cp -R src build/src
cp -R bin build/bin
cp -R composer.json build
cp CHANGELOG.md build
php -d phar.readonly=off phar-composer.phar build ./build/

rm phar-composer.phar
Expand Down

0 comments on commit 85aee04

Please sign in to comment.