Skip to content

The difference between dev and master branch #1274

Answered by generall
xudong963 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @xudong963! We are trying to follow git pattern, where we develop new features in dev and then merge them into master on releases:

In general, we are trying to maintain the following guarantees:

  • master should be backward compatible with the latest release and clients, it should pass all tests
  • dev should only pass all tests, backward compatibility can be delayed to the moment of merge

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
4 replies
@generall
Comment options

@xudong963
Comment options

@xudong963
Comment options

@generall
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by xudong963
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants