Skip to content

Fix release prep templates to reference the ${project_name}_build vars.

ma1 requested to merge ma1/tor-browser-build:build_vars into main

Merge Info

  • Related Issues

  • Backport Timeline

    • 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
  • Issue Tracking

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.

Merge request reports