Fixed|Builder: Finding the previous build for comparing changes
The logic for finding a suitable previous build to produce a change log was incorrect: version number matching was not ignoring the patch version component. This produced a change log containing all changes for all patch builds of a given version.
Also, build metadata (version and release type) were being set too late. Now they are set immediately after a build event directory has been created.
Fixed|Builder: Finding the previous build for comparing changes
The logic for finding a suitable previous build to produce a change
log was incorrect: version number matching was not ignoring the
patch version component. This produced a change log containing all
changes for all patch builds of a given version.
Also, build metadata (version and release type) were being set too
late. Now they are set immediately after a build
event directory has been created.