morgan pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits:
6 changed files:
- .gitlab/issue_templates/Release Prep - Mullvad Browser Alpha.md
- .gitlab/issue_templates/Release Prep - Mullvad Browser Stable.md
- .gitlab/issue_templates/Release Prep - Tor Browser Alpha.md
- .gitlab/issue_templates/Release Prep - Tor Browser Legacy.md
- .gitlab/issue_templates/Release Prep - Tor Browser Stable.md
- tools/fetch_changelogs.py
Changes:
... | ... | @@ -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" |
... | ... | @@ -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" |
... | ... | @@ -354,4 +354,4 @@ popd |
354 | 354 | |
355 | 355 | </details>
|
356 | 356 | |
357 | -/label ~"Release Prep" |
|
357 | +/label ~"Apps::Type::ReleasePreparation" |
... | ... | @@ -310,4 +310,4 @@ popd |
310 | 310 | |
311 | 311 | </details>
|
312 | 312 | |
313 | -/label ~"Release Prep" |
|
313 | +/label ~"Apps::Type::ReleasePreparation" |
... | ... | @@ -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" |
... | ... | @@ -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:
|