Verified Commit eb369108 authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame 🎃
Browse files

Bug 41161: Explicitly fetch tags in the relprep script.

This should make sure the script always bumps the build number in
rbm.conf if needed.
parent 35004b06
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -158,6 +158,7 @@ class ReleasePreparation:
        if remote is None:
            raise RuntimeError("Cannot find the tpo/applications remote.")
        remote.fetch()
        remote.fetch(tags=True)

        branch_name = (
            "main" if self.version.is_alpha else f"maint-{self.version.major}"