Skip to content

Release management

Giang edited this page Mar 21, 2023 · 5 revisions

We use the most well-known 4-layer architecture; Development, Testing, Acceptance and Production (DTAP). This language is best suited for server programmes that reside remotely in a data centre. These main layers runs in sequence. Here we also use releases to demo and roll back in case of problems in the production phase. We can also push off-cycle to roll out patches and hotfixes if necessary.

Branch setup:

Clone this wiki locally