From 066d42daf3560c44a379fdc1c8fe829d6134dc8c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jo=C3=A3o=20Costa=20Silva?=
<1574795+joaocsilva@users.noreply.github.com>
Date: Tue, 30 Jan 2024 16:41:45 +0100
Subject: [PATCH] DQA-8645: Prepare release 10.8.0 (#733)
---
CHANGELOG.md | 11 +++++++
docs/guide/commands.rst | 2 +-
phpdoc.dist.xml | 2 +-
.../Commands/DocumentationCommands.php | 21 ++++++++++---
src/TaskRunner/Commands/ReleaseCommands.php | 31 +++++++++++--------
src/Toolkit.php | 2 +-
tests/fixtures/commands/documentation.yml | 21 +++----------
tests/fixtures/commands/release.yml | 9 +++---
8 files changed, 57 insertions(+), 42 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6d02fc135..d491960e0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,16 @@
# Toolkit change log
+## Version 10.8.0
+ - DQA-7921: Align Toolkit default deployment commands with Drush standards.
+ - DQA-8113: Component check - Forbid deprecated scripts in composer.json.
+ - DQA-8575: Component-check (Unsupported) - Error when there is no reco….
+ - DQA-8115: Component check - Forbid deprecated configuration.
+ - DQA-8117: Detect PHPStan includes if using phpstan/extension-installer.
+ - DQA-8236: Allow to append commands for local development environment.
+ - DQA-8253: Setting drupal.site.settings_override_file ignored.
+ - DQA-8608: Toolkit phpcs ruleset improvements.
+ - DQA-8583: Module Evaluation error & group evaluation components.
+
## Version 9.17.0 | 10.7.0
- DQA-8360: Set the config drupal.root_absolute.
- DQA-8373: Opts-review should ignore upper-quotes.
diff --git a/docs/guide/commands.rst b/docs/guide/commands.rst
index b58aa6f13..59821472a 100644
--- a/docs/guide/commands.rst
+++ b/docs/guide/commands.rst
@@ -63,7 +63,7 @@ See bellow current list of available commands:
toolkit:patch-list [tk-pl] Lists remote patches from the root composer.json.
toolkit:requirements Check the Toolkit Requirements.
toolkit:run-blackfire [tk-bfire|tbf] Run Blackfire.
- toolkit:run-deploy Run deployment sequence.
+ toolkit:run-deploy [tk-deploy] Run deployment sequence.
toolkit:run-gitleaks [tk-gitleaks] Executes the Gitleaks.
toolkit:run-phpcbf [tk-phpcbf] Run PHP code autofixing.
toolkit:setup-behat Setup the Behat file.
diff --git a/phpdoc.dist.xml b/phpdoc.dist.xml
index 529eb43c5..960915e2f 100644
--- a/phpdoc.dist.xml
+++ b/phpdoc.dist.xml
@@ -9,7 +9,7 @@
-
+
latest