Continuous Integration - how to add a bugfix to a live build? -
we in process of implementing continuous integration in our organisation, , 1 of questions arose how fix bug in live build.
- do add fix continuous integration branch , release?
- maintain/create release branch live version , add bugfix that?
option 1 seems advocated continuous integration, seems high risk. option 2 has been done historically, , low risk.
it depends ! if think bugfix envolving deep changes should create branch on you work, otherwise (and normaly) bugfixes not risky, assumption 1 fixing bug knows doing, can done on head.
ps. making branch force merge later can annoying if head gets lot of changes in while implementing bugfix.
Comments
Post a Comment