richard pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits:
-
eb369108
by Pier Angelo Vendrame at 2024-06-10T09:18:42+02:00
1 changed file:
Changes:
... | ... | @@ -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}"
|