Relationship between Change and Release Management

jerald
Tera Contributor

What is the relationship between change and release management? is there any available workflow for it?

3 REPLIES 3

SanjivMeher
Kilo Patron
Kilo Patron

Release has phases such as DEV,QA,UAT,PROD where you develop your application. And when you want to deploy your application to next environment, you need a change.



I am not sure, if there is an out of box workflow. But you can build one based on your clients requirement.



Please mark this response as correct or helpful if it assisted you with your question.

randrews
Tera Guru

assuming you have a developed change management process.. no changes to production should be made without a change.. so they relate in the final phase of scrum/sdlc.. .when you release code into production you should have SOME kind of a change to document the code going into production.


lynettepinto
Kilo Expert

Hi Jerald,



This might help you,


Change vs Release Management  



In brief,


Change Management is a process of implying the changes is an effective way (i.e less disruption and less cost).


whereas in Release Management related changes are grouped into a single release to reduce all the inconvenience and disruption it causes.



Let me know if I answered your question or not.