Aras DevOps

Confirming Manifest Changes in Version Control System

Verify the modifications made to the manifest file before committing them to the Repository. This process ensures the changes are accurate and aligned with the contributor’s intentions.

It typically involves checking the status of the Version Control System (VCS), reviewing the modifications made to the manifest file using the Diff command specific to the VCS, and committing the changes if they are satisfactory. The exact steps and commands may vary depending on the VCS which is used.