Skip to content
This repository was archived by the owner on Aug 18, 2021. It is now read-only.

Create a Pull Request from Hotfix to Master

Gustavo Denis edited this page Oct 31, 2019 · 1 revision
Main >Using Liquid for building your application> Using Liquid for building your application > Configure CI, CD and CT with Mono-Repo > Demonstration > Create a Pull Request from Hotfix to Master

#Create a Feature Branch

Click in New branch

image.png

Fill the Name Field with Hotfix Branch target and select the branch in Based On.

image.png

#Create a Pull Request from Hotfix to Master

After you finish your implementations you must create a Pull request with origin in Feature to Develop Target through pull request.

Fill the informations and click in Create.

image.png

After creation of pull request, the Continuous Integration and Continuous Tests will be initialized, the 2 pipeline must be executed with success, if show any errors, the Develop Team need fix the code in Hotfix Branch.

image.png

image.png

When the CI and CT is finished, you can approve the Pull Request to merge in Master branch.

image.png

Clone this wiki locally