-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deciding on a branching strategy? #29
Comments
IMHO yes - it should be tested. What about to create “release candidate”?
|
yes, i created develop branch for this ... first commit there please |
@c-o-m-m-a-n-d-e-r I've merged master into development so it should be up to date now. |
thx... |
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)? |
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?
The text was updated successfully, but these errors were encountered: