morgan pushed to branch maint-14.0 at The Tor Project / Applications / tor-browser-build

Commits:

1 changed file:

Changes:

  • tools/fetch_changelogs.py
    ... ... @@ -151,7 +151,7 @@ class ChangelogBuilder:
    151 151
             if issue_or_version[0] == "#":
    
    152 152
                 self._fetch_issue(issue_or_version[1:], is_mullvad)
    
    153 153
                 return
    
    154
    -        labels = "Release Prep"
    
    154
    +        labels = "Apps::Type::ReleasePreparation"
    
    155 155
             if is_mullvad:
    
    156 156
                 labels += ",Sponsor 131"
    
    157 157
             elif not is_mullvad and is_mullvad is not None: