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:
- .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:
===================================== .gitlab/issue_templates/Release Prep - Mullvad Browser Alpha.md ===================================== @@ -253,5 +253,5 @@ Mullvad Browser Alpha (and Nightly) are on the `main` branch
</details>
-/label ~"Release Prep" +/label ~"Apps::Type::ReleasePreparation" /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
</details>
-/label ~"Release Prep" +/label ~"Apps::Type::ReleasePreparation" /label ~"Sponsor 131"
===================================== .gitlab/issue_templates/Release Prep - Tor Browser Alpha.md ===================================== @@ -354,4 +354,4 @@ popd
</details>
-/label ~"Release Prep" +/label ~"Apps::Type::ReleasePreparation"
===================================== .gitlab/issue_templates/Release Prep - Tor Browser Legacy.md ===================================== @@ -310,4 +310,4 @@ popd
</details>
-/label ~"Release Prep" +/label ~"Apps::Type::ReleasePreparation"
===================================== .gitlab/issue_templates/Release Prep - Tor Browser Stable.md ===================================== @@ -347,4 +347,4 @@ popd - [ ] Note any changes which may affect packaging/downstream integration </details>
-/label ~"Release Prep" +/label ~"Apps::Type::ReleasePreparation"
===================================== tools/fetch_changelogs.py ===================================== @@ -151,7 +151,7 @@ class ChangelogBuilder: if issue_or_version[0] == "#": self._fetch_issue(issue_or_version[1:], is_mullvad) return - labels = "Release Prep" + labels = "Apps::Type::ReleasePreparation" if is_mullvad: labels += ",Sponsor 131" elif not is_mullvad and is_mullvad is not None:
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/compare/f...
tbb-commits@lists.torproject.org