Difference between revisions of "Development workflow - webdev"

From WormBaseWiki
Jump to navigationJump to search
Line 20: Line 20:
 
== Merging dev to master ==
 
== Merging dev to master ==
  
 +
 +
= Release Management =
  
 
= Example Workflow =
 
= Example Workflow =
Line 25: Line 27:
 
== New Feature (Large) ==
 
== New Feature (Large) ==
 
== Hotfix to production ==
 
== Hotfix to production ==
 +
== New production release ==

Revision as of 19:26, 6 March 2013

This page describes the development model used by the web development team at WormBase using git. This includes our branching strategy and release management.

Diagram

Git Workflow - WormBase1.png

Editable version of the diagram

Branch Strategy

Main branches

Master

Dev

Production

Supporting branches

feature branches

hotfixes

Commits to dev

Merging dev to master

Release Management

Example Workflow

New Feature

New Feature (Large)

Hotfix to production

New production release