Pier Angelo Vendrame pushed to branch maint-13.5 at The Tor Project / Applications / tor-browser-build

Commits:

1 changed file:

Changes:

  • tools/relprep.py
    ... ... @@ -79,6 +79,9 @@ def get_github_release(project, regex=""):
    79 79
                     return m.group(1)
    
    80 80
             else:
    
    81 81
                 return tag
    
    82
    +    raise RuntimeError(
    
    83
    +        f"Could find a release for {project} that matches the regex."
    
    84
    +    )
    
    82 85
     
    
    83 86
     
    
    84 87
     class ReleasePreparation: