mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-07 03:48:22 +00:00
Fix default value formatting in workflow YAML files and clean up whitespace in update_ff.py
This commit is contained in:
@@ -56,6 +56,7 @@ def update_readme(last_version, new_version, is_rc=False):
|
||||
except FileNotFoundError as e:
|
||||
raise RuntimeError(f"README.md file not found: {e}")
|
||||
|
||||
|
||||
def update_l10n_last_commit_hash():
|
||||
L10N_REPO = "https://github.com/mozilla-l10n/firefox-l10n"
|
||||
try:
|
||||
@@ -68,6 +69,7 @@ def update_l10n_last_commit_hash():
|
||||
print("Exiting...")
|
||||
shutil.rmtree("l10n-temp")
|
||||
|
||||
|
||||
def main():
|
||||
"""Main function to update versions and README."""
|
||||
|
||||
|
Reference in New Issue
Block a user