Ordering Corrective Deliveries

 

Summary:

  • Do the correction in 'master' branch and create the topic branch and push changes to the remote topic branch.

  git checkout master

  git pull origin 

  git checkout -b <topic_branch_name>

  git checkout -b topic/DmcAsankG/CS0438326-3-MWOSyncError-UndefinedBindVariable

  git add .

  git commit -m "meaningful commit message"

  git push origin <topic_branch_name>

  git push origin topic/DmcAsankG/CS0438326-3-MWOSyncError-UndefinedBindVariable

  • Crete the Delivery Tag Branch. 

git checkout master

git checkout -b <delivery_tag>

git checkout -b del-ifs-cloud-25.1.3-pguzu8w-6.9.0-20251120T130347Z-OK

git push origin refs/heads/ <delivery_tag> 

git push origin refs/heads/del-ifs-cloud-25.1.3-pguzu8w-6.9.0-20251120T130347Z-OK

  • Create the PR for merging changes to 'delivery_tag' base branch not for master.


  • Approve and complete the PR.
  • Order the corrective delivery from build place.



Please follow IFS Documentation for more details:



Post a Comment

0 Comments