-
Notifications
You must be signed in to change notification settings - Fork 3
Release Process
Option 1: Concurrent Releases - when there are multiple release branches active at the same
-
Checkout the currently active release branch in Visual Studio Code
-
Ensure you have synchronized the latest changes
-
Create the release branch using the convention release/{release-name}
Note: More than 2 parallel release branches is not recommended.
Option 2: Sequential Releases - when there is no active release branches
-
Checkout the main branch in Visual Studio Code
-
Ensure you have synchronized the latest changes
-
Create the release branch using the convention release/{release-name}
Option 3: Hotfix Releases
-
Checkout the main branch in Visual Studio Code
-
Ensure you have synchronized the latest changes
-
Create the release branch using the convention hotfix/{release-name}
TBC
TBC