Hello Joram, thank you for your response.
I was not talking about how I can share process definitions with team members. Assume at iteration n, I have 10 processes. At iteration n+1, a team member updated 1 process definition(pd) and deleted 1 pd and added 1 pd. If this have been a database change, I would want the change propagate through dev, test, and prod environments without manual intervention (for example by orm or db migration tool). But from your response, I understand that I have to check change dates of process definition files against the date of previous iteration, and upload to server application manually. Am I correct?