We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c77c84b commit 9602be2Copy full SHA for 9602be2
scripts/make-release.sh
@@ -20,6 +20,7 @@ composer update --no-dev
20
php -dphar.readonly=0 ./scripts/phar-generator-script.php
21
composer update
22
cp CHANGELOG.md ./build/
23
+cp composer.lock ./build/
24
sha256sum ./build/doctum.phar > ./build/doctum.phar.sha256
25
sha256sum ./build/* > ./build/files.sha256
26
gpg --detach-sig --local-user "${GPG_KEY}" --armor ./build/doctum.phar
0 commit comments