master vs development branch #233
Closed
jankapunkt
started this conversation in
General
Replies: 2 comments 7 replies
-
Hm, in that case we should keep the master branch the main branch. From the moment we mark V5 as stable the inconvenience will be a lot less since we'll be able to merge development more often into the master branch. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Just to make sure I'm targeting my PR's correctly. Security updates should be merged:
V5 features and rewrites should be merged:
|
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@jorenvandeweyer I found that when I change the base branch to
development
then GitHub makes not only all PR incoming todevelopment
but also makes it the default page and also our docs target it.The problem is, that
development
might not represent a stable state of the project, which is IMO very bad as default page when viewing the repo.I will revert it for now to
master
but we should think about a usable and practical git strategy that allows us easily to manage multiple major versions but keep it simple at the core.What do you think?
Beta Was this translation helpful? Give feedback.
All reactions