Moving away from GitFlow #221
augustofg
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
With the v1.6.0 release out we decided to stop using GitFlow as it seems to be causing unnecessary friction without bringing any advantage over a simpler flow using the 'master' branch as the main development branch. The new development flow is described bellow:
--ff-only
to keep the history linear;If we find necessary to separate bugfixes from new features to support older releases, them a new branch for the release should be created, and the necessary patches should be applied on top of it.
Beta Was this translation helpful? Give feedback.
All reactions