From 44e3911e0193e5f003db30a7338cc738d1c8448d Mon Sep 17 00:00:00 2001 From: Brendan LE GLAUNEC Date: Wed, 1 Feb 2017 09:16:45 +0100 Subject: [PATCH] Usage of the develop branch unrestricted I decided that putting a `2.0.0` branch in place would require too much work as it would mean maintaining two versions of Cameradar at the same time. Thus, we will just keep the normal workflow as we used to. --- CONTRIBUTION.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CONTRIBUTION.md b/CONTRIBUTION.md index 16e4fba..1361156 100644 --- a/CONTRIBUTION.md +++ b/CONTRIBUTION.md @@ -17,8 +17,6 @@ Transforming it into a library will allow developers to use it directly in their This is quite a huge task compared to the tiny changes I usually do on Cameradar, so it might take a long time. -If you want to contribute, note that the develop will stay in 1.x until the 2.0.0 is released. A new development branch will be created especially for the 2.0 version, called `2.0.0` from which all work on the 2.0.0 version will be done until the 2.0.0 version is ready to replace the 1.x on the master and develop branches. The rest of the workflow is exactly the same as for the rest of the repository. - ## Workflow ### Branches & issues