morgan pushed to branch maint-15.0 at The Tor Project / Applications / tor-browser-build
Commits:
-
0ad98481
by Morgan at 2026-01-15T18:44:57+00:00
3 changed files:
- .gitlab/issue_templates/Release Prep - Mullvad Browser Alpha.md
- .gitlab/issue_templates/Release Prep - Mullvad Browser Stable.md
- tools/fetch_changelogs.py
Changes:
| ... | ... | @@ -213,4 +213,4 @@ This step will send the relevant branches, tags (including a tag named after the |
| 213 | 213 | /label ~"Apps::Product::MullvadBrowser"
|
| 214 | 214 | /label ~"Apps::Impact::High"
|
| 215 | 215 | /label ~"Priority::Blocker"
|
| 216 | -/label ~"Project 131" |
|
| 216 | +/label ~"Project 196" |
| ... | ... | @@ -227,4 +227,4 @@ This step will send the relevant branches, tags (including a tag named after the |
| 227 | 227 | /label ~"Apps::Product::MullvadBrowser"
|
| 228 | 228 | /label ~"Apps::Impact::High"
|
| 229 | 229 | /label ~"Priority::Blocker"
|
| 230 | -/label ~"Project 131" |
|
| 230 | +/label ~"Project 196" |
| ... | ... | @@ -13,7 +13,7 @@ GITLAB = "https://gitlab.torproject.org" |
| 13 | 13 | API_URL = f"{GITLAB}/api/v4"
|
| 14 | 14 | PROJECT_ID = 473
|
| 15 | 15 | AUTH_HEADER = "PRIVATE-TOKEN"
|
| 16 | -MB_LABEL = "Project 131"
|
|
| 16 | +MB_LABEL = "Project 196"
|
|
| 17 | 17 | |
| 18 | 18 | |
| 19 | 19 | class EntryType(enum.IntFlag):
|