From 1bc62e0d93504494d78767b077175175226e8de6 Mon Sep 17 00:00:00 2001 From: Brusk Hamarash Date: Sat, 6 Nov 2021 02:56:56 +0300 Subject: [PATCH] Removes duplicate text --- Software-Development/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Software-Development/README.md b/Software-Development/README.md index 46c0ae7..172fe2b 100644 --- a/Software-Development/README.md +++ b/Software-Development/README.md @@ -199,7 +199,7 @@ The order from which branches are merged generally takes the following form: An example: -`v1.x.x` -> `dev` -> `staging` -> `staging` -> `pre-prod` -> `main` +`v1.x.x` -> `dev` -> `staging` -> `pre-prod` -> `main` All the minor releases and patches within the same version follows the same flow. However, in the next major release, it takes the next form: