morgan pushed to branch maint-14.0 at The Tor Project / Applications / tor-browser-build
Commits: c02f5efd by Morgan at 2025-02-25T14:41:05+00:00 Update fetch_changelogs.py script to handle label rename
- - - - -
1 changed file:
- tools/fetch_changelogs.py
Changes:
===================================== 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/-/commit/c0...
tor-commits@lists.torproject.org