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 Migrate Project 131 label to Project 196 - update Mullvad Browser Release Prep issue templates with new project label - update fetch_changelogs.py script to use new project label - - - - - 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: ===================================== .gitlab/issue_templates/Release Prep - Mullvad Browser Alpha.md ===================================== @@ -213,4 +213,4 @@ This step will send the relevant branches, tags (including a tag named after the /label ~"Apps::Product::MullvadBrowser" /label ~"Apps::Impact::High" /label ~"Priority::Blocker" -/label ~"Project 131" +/label ~"Project 196" ===================================== .gitlab/issue_templates/Release Prep - Mullvad Browser Stable.md ===================================== @@ -227,4 +227,4 @@ This step will send the relevant branches, tags (including a tag named after the /label ~"Apps::Product::MullvadBrowser" /label ~"Apps::Impact::High" /label ~"Priority::Blocker" -/label ~"Project 131" +/label ~"Project 196" ===================================== tools/fetch_changelogs.py ===================================== @@ -13,7 +13,7 @@ GITLAB = "https://gitlab.torproject.org" API_URL = f"{GITLAB}/api/v4" PROJECT_ID = 473 AUTH_HEADER = "PRIVATE-TOKEN" -MB_LABEL = "Project 131" +MB_LABEL = "Project 196" class EntryType(enum.IntFlag): View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/0a... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/0a... You're receiving this email because of your account on gitlab.torproject.org.
participants (1)
-
morgan (@morgan)