summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-07-22 10:19:43 +0200
committerRemi Collet <remi@remirepo.net>2021-07-22 10:19:43 +0200
commit52f025bbc0c57de18afa617a5e498380a333ef7d (patch)
treedc37d6e6a82f2fecf50856cd4a5101970885d4e4
parent469c4ba86d762671c52e65120c44bca97bf0e796 (diff)
update to 2.10.0
-rw-r--r--composer.json5
-rw-r--r--php-pdepend-PHP-Depend.spec7
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