From b00e13f9db8c2efa9468e741f5cb143424c4d6d8 Mon Sep 17 00:00:00 2001 From: Pranav Raj S Date: Wed, 8 Jan 2020 23:10:46 +0530 Subject: [PATCH] Docs: Add brancing model (#410) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index b31a194e1..117a1fc9e 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,11 @@ Detailed documentation is available at [www.chatwoot.com/docs](https://www.chatw You can find the quick setup docs [here](https://www.chatwoot.com/docs/quick-setup). +## Branching model + +We use [git-flow](https://nvie.com/posts/a-successful-git-branching-model/) branching model. The base branch is `develop`. +If you are looking for a stable version, please use the `master` or tags labelled as `v1.x.x`. + ## Heroku one-click deploy Deploying chatwoot to heroku, it's a breeze. It's as simple as clicking this button.