Hi all,
how you manage the differents library version numbers in different environment (development, test, production)?
Now we mantain a wiki page on which we manually log, for every library, the differents versions on all environments.
For Example:
Library1 Dev version: 54 correspond to Test version: 12 correspond to Production Version: 12
We update this wiki page whenever we deploy another version of the library in test and production env.
Also we use NOTES field to save informations about the related version in other env.
I don't like this approach because is completely manua, but this is the only that i've found.
Is there an official approach or any best practices to follow?
How you are doing this job?
thanks
Max