I find the relationship between builds and identifiers in filenames somewhat baffling.
Currently we have:
- "release" which is in fact a test package with "test" in the filename
- "release-deployment" which is the actual release and doesn't add anything to the filename
- "release-snapshot" which is a development package with "dev" in the filename.
What I suggest is:
- "release" which is the actual release and doesn't add anything to the filename
- "release-test" which adds "test" to the filename
- "release-dev" which adds "dev" to the filename.
This would involve updating names and variables etc. that have deployment or snapshot in them to be consistent throughout the project.
What are your thoughts @oocube @phkb @kanthoney ?
I find the relationship between builds and identifiers in filenames somewhat baffling.
Currently we have:
What I suggest is:
This would involve updating names and variables etc. that have deployment or snapshot in them to be consistent throughout the project.
What are your thoughts @oocube @phkb @kanthoney ?