Closed jaswrks closed 8 years ago
I see. That sounds like it could work well then.
So we just need to get a version replacement routine into the build directory phase and have it run at all times instead of conditionally like the other one does. Do I have that right?
So we just need to get a version replacement routine into the build directory phase and have it run at all times instead of conditionally like the other one does. Do I have that right?
Yes, that sounds perfect. For everything except the release
and release-rc
, the version format could be something like v160606.80279
, so that a developer running a build multiple times during the day and re-testing would see a different version number each time (as opposed to the same version number all day).
Next Release Changelog:
${_project_build_version}
in build directory phase. See: #111
@raamdev writes...