boklm pushed to branch main at The Tor Project / Applications / tor-browser-build

Commits:

2 changed files:

Changes:

  • .gitlab/issue_templates/Release Prep - Mullvad Browser Stable.md
    ... ... @@ -39,6 +39,7 @@ Mullvad Browser Stable lives in the various `maint-$(MULLVAD_BROWSER_MAJOR).$(MU
    39 39
     - [ ] Update `rbm.conf`
    
    40 40
       - [ ] `var/torbrowser_version` : update to next version
    
    41 41
       - [ ] `var/torbrowser_build` : update to `$(MULLVAD_BROWSER_BUILD_N)`
    
    42
    +  - [ ] `var/browser_release_date` : update to build date
    
    42 43
       - [ ] `var/torbrowser_incremental_from` : update to previous Desktop version
    
    43 44
         - **NOTE**: We try to build incrementals for the previous 3 desktop versions except in the case of a watershed update
    
    44 45
         - **IMPORTANT**: Really *actually* make sure this is the previous Desktop version or else the `make mullvadbrowser-incrementals-*` step will fail
    

  • .gitlab/issue_templates/Release Prep - Tor Browser Stable.md
    ... ... @@ -38,6 +38,7 @@ Tor Browser Stable lives in the various `maint-$(TOR_BROWSER_MAJOR).$(TOR_BROWSE
    38 38
     - [ ] Update `rbm.conf`
    
    39 39
       - [ ] `var/torbrowser_version` : update to next version
    
    40 40
       - [ ] `var/torbrowser_build` : update to `$(TOR_BROWSER_BUILD_N)`
    
    41
    +  - [ ] `var/browser_release_date` : update to build date
    
    41 42
       - [ ] ***(Desktop Only)***`var/torbrowser_incremental_from` : update to previous Desktop version
    
    42 43
         - **NOTE**: We try to build incrementals for the previous 3 desktop versions except in the case of a watershed update
    
    43 44
         - **IMPORTANT**: Really *actually* make sure this is the previous Desktop version or else the `make torbrowser-incrementals-*` step will fail