[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser-build][maint-14.0] Update fetch_changelogs.py script to handle label rename



Title: GitLab

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

Commits:

  • c02f5efd
    by Morgan at 2025-02-25T14:41:05+00:00
    Update fetch_changelogs.py script to handle label rename
    

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:
    

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx