morgan pushed to branch maint-13.5 at The Tor Project / Applications / tor-browser-build
Commits:
-
d658ccaa
by Morgan at 2025-02-25T14:41:42+00:00
1 changed file:
Changes:
... | ... | @@ -130,7 +130,7 @@ class ChangelogBuilder: |
130 | 130 | if issue_or_version[0] == "#":
|
131 | 131 | self._fetch_issue(issue_or_version[1:], is_mullvad)
|
132 | 132 | return
|
133 | - labels = "Release Prep"
|
|
133 | + labels = "Apps::Type::ReleasePreparation"
|
|
134 | 134 | if is_mullvad:
|
135 | 135 | labels += ",Sponsor 131"
|
136 | 136 | elif not is_mullvad and is_mullvad is not None:
|