Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
git merge develop

5. Merge release branch to master branch:

At this point, the release pipelines will be automatically triggered to deploy the solution into Prod.

...

6. Repeat above steps for all solutions that must be released.

SCEM Release with GitFlow

NOTE:: Download GitFlow in Visual studio & take the latest code before starting Release.

  1. Go to GitFlow and start Release

  2. Paste the Branch name & click Create Release

  3. Finish the Release & add tag which is same as Branch name

  4. Make sure all 4 check boxes (shown below) are selected and click OK

    1. Delete branch

    2. Force deletion

    3. Push changes to remote

    4. No back merge

  5. Screen Shot

  6. Image Added

    Go to Pipeline and Release must be in Progress.