...
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.
...
...
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.
...