From 87e997b5db91651ced99ddbdb2c4dfa338b78a29 Mon Sep 17 00:00:00 2001 From: Brusk Hamarash Date: Sun, 3 Oct 2021 23:59:38 +0300 Subject: [PATCH] Correction --- 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 cc024a3..34bb4ce 100644 --- a/Software-Development/README.md +++ b/Software-Development/README.md @@ -195,7 +195,7 @@ All code bases must have a branch that corresponds to a major version. For examp The order from which branches are merged generally takes the following form: -`major version branch` -> `dev` -> `staging` -> `staging` -> `pre-prod` -> `main` +`major version branch` -> `dev` -> `staging` -> `pre-prod` -> `main` An example: