From d4c39d7f5af8743055d33266bffbc1f058e7beaf Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Fri, 25 Feb 2022 11:36:30 +0100 Subject: [PATCH] [TASK] Add a description for the `prepare-release` Composer command (#397) --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 16790af..aed9d40 100644 --- a/composer.json +++ b/composer.json @@ -203,6 +203,7 @@ "fix:php": "Runs all fixers for the PHP code.", "fix:php:cs": "Fixes the code style with PHP-CS-Fixer.", "fix:php:sniff": "Fixes the code style with PHP_CodeSniffer.", - "phpstan:baseline": "Updates the PHPStan baseline file to match the code." + "phpstan:baseline": "Updates the PHPStan baseline file to match the code.", + "prepare-release": "Removes development-only files in preparation of a TER release." } }