From 9e31e98eede839836bb74f2fcb0f546acbcdb46a Mon Sep 17 00:00:00 2001 From: Norbert Schuler Date: Tue, 3 Dec 2019 08:44:04 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e53e7e669..d58e0415e 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ react-native start --reset-cache ## Development process -This project uses GitFlow (https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow) with Master-Branch `master` and Development-Branch `develop`. The Master-Branch will be automatically released by CircleCI to the production system. There are currently some more protected branches (`staging` with mockup data, `test` and `devel` with test data) also build by CircleCI automatically and mapped to test backends using the branch name as subdomain. +This project uses GitFlow (https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow) with Master-Branch `master` and Development-Branch `develop`. The Master-Branch will be automatically released by CircleCI to the production system. There are currently some more protected branches and one tag (`staging` with mockup data, `test` with test data and a the tag `devel` also with test data) also build by CircleCI automatically and mapped to test backends using the branch/tag name as subdomain. ## Versioning