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

[tor-commits] [Git][tpo/applications/tor-browser-build][main] 2 commits: Update the "Release Prep" label to "Apps::Type::ReleasePreparation" in issue templates



Title: GitLab

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

Commits:

  • 46368991
    by Morgan at 2025-02-25T14:40:13+00:00
    Update the "Release Prep" label to "Apps::Type::ReleasePreparation" in issue templates
    
  • c15bc61f
    by Morgan at 2025-02-25T14:40:39+00:00
    Update fetch_changelogs.py script to handle label rename
    

6 changed files:

Changes:

  • .gitlab/issue_templates/Release Prep - Mullvad Browser Alpha.md
    ... ... @@ -253,5 +253,5 @@ Mullvad Browser Alpha (and Nightly) are on the `main` branch
    253 253
     
    
    254 254
     </details>
    
    255 255
     
    
    256
    -/label ~"Release Prep"
    
    256
    +/label ~"Apps::Type::ReleasePreparation"
    
    257 257
     /label ~"Sponsor 131"

  • .gitlab/issue_templates/Release Prep - Mullvad Browser Stable.md
    ... ... @@ -258,5 +258,5 @@ Mullvad Browser Stable is on the `maint-${MULLVAD_BROWSER_MAJOR}.${MULLVAD_BROWS
    258 258
     
    
    259 259
     </details>
    
    260 260
     
    
    261
    -/label ~"Release Prep"
    
    261
    +/label ~"Apps::Type::ReleasePreparation"
    
    262 262
     /label ~"Sponsor 131"

  • .gitlab/issue_templates/Release Prep - Tor Browser Alpha.md
    ... ... @@ -354,4 +354,4 @@ popd
    354 354
     
    
    355 355
     </details>
    
    356 356
     
    
    357
    -/label ~"Release Prep"
    357
    +/label ~"Apps::Type::ReleasePreparation"

  • .gitlab/issue_templates/Release Prep - Tor Browser Legacy.md
    ... ... @@ -310,4 +310,4 @@ popd
    310 310
     
    
    311 311
     </details>
    
    312 312
     
    
    313
    -/label ~"Release Prep"
    313
    +/label ~"Apps::Type::ReleasePreparation"

  • .gitlab/issue_templates/Release Prep - Tor Browser Stable.md
    ... ... @@ -347,4 +347,4 @@ popd
    347 347
       - [ ] Note any changes which may affect packaging/downstream integration
    
    348 348
     </details>
    
    349 349
     
    
    350
    -/label ~"Release Prep"
    350
    +/label ~"Apps::Type::ReleasePreparation"

  • 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