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