From c1527a88f62e9acdd36d996dbe42705007af9ad1 Mon Sep 17 00:00:00 2001 From: elnebuloso Date: Wed, 30 Jul 2014 23:36:51 +0200 Subject: [PATCH] release --- README.md | 43 +++++++++------- VERSION | 2 +- commons/chains/default.xml | 33 +++++++----- .../chains/{hooks/default.xml => hooks.xml} | 2 +- commons/commons.xml | 47 +---------------- commons/targets/composer.xml | 8 ++- commons/targets/composer/validate.xml | 51 +++++++++++++++++++ composer.json | 2 +- 8 files changed, 103 insertions(+), 85 deletions(-) rename commons/chains/{hooks/default.xml => hooks.xml} (98%) create mode 100644 commons/targets/composer/validate.xml diff --git a/README.md b/README.md index 0a4fdfd..f279097 100644 --- a/README.md +++ b/README.md @@ -77,29 +77,34 @@ To manipulate the steps, you have the possibility to overwrite each step, just l In the default chain, **chain.clean:main** calls: - * clean.tmp:init: - * clean.tmp:before: - * clean.tmp:main: - * clean.tmp:after: + * clean.tmp:init + * clean.tmp:before + * clean.tmp:main + * clean.tmp:after * clean.tmp In the default chain, **chain.init:main** calls: - * composer.update:init: - * composer.update:before: - * composer.update:main: - * composer.update:after: - * composer.update: + * composer.validate:init + * composer.validate:before + * composer.validate:main + * composer.validate:after + * composer.validate + * composer.update:init + * composer.update:before + * composer.update:main + * composer.update:after + * composer.update In the default chain, **chain.test:main** calls: - * test.phplint:init: - * test.phplint:before: - * test.phplint:main: - * test.phplint:after: - * test.phplint: - * test.phpunit:init: - * test.phpunit:before: - * test.phpunit:main: - * test.phpunit:after: - * test.phpunit: \ No newline at end of file + * test.phplint:init + * test.phplint:before + * test.phplint:main + * test.phplint:after + * test.phplint + * test.phpunit:init + * test.phpunit:before + * test.phpunit:main + * test.phpunit:after + * test.phpunit \ No newline at end of file diff --git a/VERSION b/VERSION index 6abaeb2..798e389 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.2.0 +6.3.0 diff --git a/commons/chains/default.xml b/commons/chains/default.xml index fa9dfe7..841597c 100644 --- a/commons/chains/default.xml +++ b/commons/chains/default.xml @@ -1,44 +1,53 @@ - + - - - +