From: Jerome Jutteau Date: Fri, 1 Jan 2021 01:36:06 +0000 (+0100) Subject: [TASK] remove useless step X-Git-Tag: 4.4.0~14 X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/commitdiff_plain/144887f157acdbaa712a56c0393ce12630bf0e90 [TASK] remove useless step Now that a lot of checks are done throw CI, this step should not be needed anymore. Signed-off-by: Jerome Jutteau --- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0692922..e7ee9c3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -91,7 +91,6 @@ Quick walktrough: ## New Releases * If the release is not done for security purposes: create a new issue and freeze next-release branch for at least week. -* Make sure to run `php-cs-fixer fix --rules=@PSR2 .` and commit. * Compare the [»next-release« branch to »master«](https://gitlab.com/mojo42/Jirafeau/compare/master...next-release) * Add a list of noteworthy features and bugfixes to `CHANGELOG.md` * Add eventual upgrade procedure to `CHANGELOG.md`