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

Commits:

1 changed file:

Changes:

  • tools/relprep.py
    ... ... @@ -158,6 +158,7 @@ class ReleasePreparation:
    158 158
             if remote is None:
    
    159 159
                 raise RuntimeError("Cannot find the tpo/applications remote.")
    
    160 160
             remote.fetch()
    
    161
    +        remote.fetch(tags=True)
    
    161 162
     
    
    162 163
             branch_name = (
    
    163 164
                 "main" if self.version.is_alpha else f"maint-{self.version.major}"