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