2017-02-28 13:17:00+00:00

Introduction

A release is deployed to production by running a deployment script. The input for that script is the list of git commit id of each component that is going to be released.

That git commit compositions of a release must be recorded, so we know which component version combination will result a specific QA test result.

In order to improve efficency and to avoid mistakes while:

We need to:

The Sequence Diagram