Fix release prep templates to reference the ${project_name}_build vars.
Merge Info
-
-
-
Immediate - patchsets for critical bug fixes or other major blocker (e.g. fixes for a 0-day exploit) OR patchsets with trivial changes which do not need testing (e.g. fixes for typos or fixes easily verified in a local developer build) -
Next Minor Stable Release - patchset that needs to be verified in nightly before backport -
Eventually - patchset that needs to be verified in alpha before backport -
No Backport - patchset for the next major stable
-
-
-
Link resolved issues with appropriate Release Prep issue for changelog generation
-
Change Description
While working on #40814 (closed) I've noticed that the `git_hash` : update the `$(BUILD_N)` section
instructions were out of date, since now we append a ${project_name}_build
variable instead.
This one updates the release prep templates accordingly.