VagishVela / ChitChat

A native Mac app wrapper for WhatsApp Web
MIT License
54 stars 12 forks source link

Deciding on a branching strategy? #29

Open VagishVela opened 8 years ago

VagishVela commented 8 years ago

I think we should commit to the "develop" branch, then when we do a release we merge to master then do the release off there. This allows us to have tested code in "master" and development code in "develop".

Also how do you think we should do testing? Do we all test a release before we publish it?

kapitainsky commented 8 years ago

IMHO yes - it should be tested. What about to create “release candidate”?

On 20 Mar 2016, at 13:20, Vagish Vela notifications@github.com wrote:

I think we should commit to the "develop" branch, then when we do a release we merge to master then do the release off there. This allows us to have tested code in "master" and development code in "develop".

Also how do you think we should do testing? Do we all test a release before we publish it?

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/Neo11/ChitChat/issues/29

c-o-m-m-a-n-d-e-r commented 8 years ago

yes, i created develop branch for this ... first commit there please

VagishVela commented 8 years ago

@c-o-m-m-a-n-d-e-r I've merged master into development so it should be up to date now.

c-o-m-m-a-n-d-e-r commented 8 years ago

thx...

VagishVela commented 8 years ago

As @kapitainsky suggested I think we should do release candidates. Also maybe do a monthly release (unless we are doing a rapid hotfix for a bug)?