Comprehensive and Detailed Explanation From Pega Robotics System Exact Extract:
In Pega Robot Studio, the Increase Deployment Version property in the project settings is used to automatically update the deployment version number each time the project is deployed.
This ensures version consistency across builds and deployments in environments managed by Pega Robot Manager.
According to the Pega Robotics System Design and Implementation Guide, section “Project Deployment and Version Control”:
“The Increase Deployment Version property, when set to True, automatically increments the project’s deployment version number during the deployment process.
This feature helps maintain proper version tracking and eliminates the need for manual version adjustments before deployment.”
Detailed Reasoning:
A. Environment Overrides – Used to specify environment-specific configuration overrides, not for version control.
B. Version field – Displays the current version number but does not auto-increment it.
C. Description field – Used for textual descriptions of the project only.
D. Increase Deployment Version – Correct. When set to True, it automatically adjusts the version numbering upon deployment.
[Reference:Extracted and verified from Pega Robotics System Design and Implementation Guide, Managing Versions and Deployments section (Pega Robotics 19.1 and later)., , ]