Skip to content

Release Process

afwilcox edited this page Nov 15, 2024 · 10 revisions

Creating a release branch

Option 1: Concurrent Releases - when there are multiple release branches active at the same

  1. Checkout the currently active release branch in Visual Studio Code

  2. Ensure you have synchronized the latest changes

  3. Create the release branch using the convention release/{release-name}

image

Note: More than 2 parallel release branches is not recommended.

Option 2: Sequential Releases - when there is no active release branches

  1. Checkout the main branch in Visual Studio Code

  2. Ensure you have synchronized the latest changes

  3. Create the release branch using the convention release/{release-name}

Option 3: Hotfix Releases

  1. Checkout the main branch in Visual Studio Code

  2. Ensure you have synchronized the latest changes

  3. Create the release branch using the convention hotfix/{release-name}

Migration to Test

TBC

Migration to Prod

TBC

Clone this wiki locally