From 21254208f8ee71115f92f9d6aae7841103042570 Mon Sep 17 00:00:00 2001 From: Dmytro Sokil Date: Wed, 3 Apr 2019 00:02:25 +0300 Subject: [PATCH] fix update script --- README.md | 2 +- composer.json | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0f20beb7..06f4ee2d 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ :package: Based on Python's [pycountry](https://pypi.python.org/pypi/pycountry) and Debian's [iso-codes](https://salsa.debian.org/iso-codes-team/iso-codes.git). -:1234: Database version: iso-codes-4.2-87-g90ab7c14 from 2019-04-02 23:51 +:1234: Database version: iso-codes-4.2-87-g90ab7c14 from 2019-04-03 00:01 :tongue: Current translation status: https://salsa.debian.org/iso-codes-team/iso-codes#status-of-translations diff --git a/composer.json b/composer.json index a7fa987d..9650a6a4 100644 --- a/composer.json +++ b/composer.json @@ -36,6 +36,8 @@ "check-style": "./vendor/bin/phpcs -p --standard=PSR2 --runtime-set ignore_errors_on_exit 1 --runtime-set ignore_warnings_on_exit 1 src", "fix-style": "./vendor/bin/phpcbf -p --standard=PSR2 --runtime-set ignore_errors_on_exit 1 --runtime-set ignore_warnings_on_exit 1 src", "bench": "phpbench run benchmarks/ --report=default", - "infection": "infection" + "infection": "infection", + "release": "./bin/release.sh", + "update_iso_codes_db": "./bin/update_iso_codes_db.sh" } }