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/d…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/d…
You're receiving this email because of your account on gitlab.torproject.org.
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/c…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/c…
You're receiving this email because of your account on gitlab.torproject.org.