You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feature branches are children of master and are merged back to master, at which point a release is created/tagged (see above)
fix branches are children of the tag the fix is being applied to, once complete a release is created and a new tag is generated, no need to merge back to a release branch. if needed the fix is merged to master and another release/tag is created.