mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
tools: Use .md extension for temporary API changelog files.
This commit is contained in:
@@ -13,7 +13,7 @@ if __name__ == "__main__":
|
||||
os.makedirs(dir_path, exist_ok=True)
|
||||
|
||||
random_hex_value = f"{random.randint(0, 0xFFFFFF):06x}"
|
||||
file_path = f"{dir_path}/ZF-{random_hex_value}"
|
||||
file_path = f"{dir_path}/ZF-{random_hex_value}.md"
|
||||
|
||||
with open(file_path, "w") as f:
|
||||
f.write("")
|
||||
|
Reference in New Issue
Block a user