diff options
-rw-r--r-- | composer.json | 5 | ||||
-rw-r--r-- | php-pdepend-PHP-Depend.spec | 7 |
2 files changed, 9 insertions, 3 deletions
diff --git a/composer.json b/composer.json index 6dcf008..88a24f8 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,10 @@ "test": "phpunit", "cs-check": "phpcs -p --standard=PSR2 --runtime-set ignore_errors_on_exit 1 --runtime-set ignore_warnings_on_exit 1 ./src/main/php ./src/test/php", "cs-fix": "phpcbf -p --standard=PSR2 --runtime-set ignore_errors_on_exit 1 --runtime-set ignore_warnings_on_exit 1 ./src/main/php ./src/test/php", - "build-website": "easy-doc build src/site/config.php --verbose" + "build-website": [ + "php src/site/release-news-generator.php", + "easy-doc build src/site/config.php --verbose" + ] }, "extra": { "branch-alias": { diff --git a/php-pdepend-PHP-Depend.spec b/php-pdepend-PHP-Depend.spec index e0239ed..bb261cd 100644 --- a/php-pdepend-PHP-Depend.spec +++ b/php-pdepend-PHP-Depend.spec @@ -7,7 +7,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 1632f0cee84512ffd6dde71e58536b3b06528c41 +%global gh_commit 1fd30f4352b630ad53fec3fd5e8b8ba760f85596 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner pdepend %global gh_project pdepend @@ -28,7 +28,7 @@ %endif Name: php-pdepend-PHP-Depend -Version: 2.9.1 +Version: 2.10.0 Release: 1%{?dist} Summary: PHP_Depend design quality metrics for PHP package @@ -187,6 +187,9 @@ fi %changelog +* Thu Jul 22 2021 Remi Collet <remi@remirepo.net> - 2.10.0-1 +- update to 2.10.0 + * Fri Apr 16 2021 Remi Collet <remi@remirepo.net> - 2.9.1-1 - update to 2.9.1 |