Skip to content

Commit 9602be2

Browse files
committed
feat: add composer.lock to releases output
1 parent c77c84b commit 9602be2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/make-release.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ composer update --no-dev
2020
php -dphar.readonly=0 ./scripts/phar-generator-script.php
2121
composer update
2222
cp CHANGELOG.md ./build/
23+
cp composer.lock ./build/
2324
sha256sum ./build/doctum.phar > ./build/doctum.phar.sha256
2425
sha256sum ./build/* > ./build/files.sha256
2526
gpg --detach-sig --local-user "${GPG_KEY}" --armor ./build/doctum.phar

0 commit comments

Comments
 (0)