Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
14 lines (10 loc) · 586 Bytes

File metadata and controls

14 lines (10 loc) · 586 Bytes
Copy raw file
Download raw file
Outline
Edit and raw actions

Gitflow

We use Gitflow as a branching model.

Summary

  • Ongoing work happens on the develop branch
  • Any PRs (features, ...) are implemented as PRs against develop
  • When we are ready to release, we merge develop into master, create a release there, then merge master back into develop
  • Whatever is currently on master can be considered the last released state of the SDK
  • Never merge directly into master (unless we want e.g. an emergency bugfix release)

gitflow-chart

Morty Proxy This is a proxified and sanitized view of the page, visit original site.