ci: fix indentation in release notes

This commit is contained in:
mahee96
2026-02-24 18:20:27 +05:30
parent f44ed0a947
commit 046d2788b9

View File

@@ -165,9 +165,9 @@ def main():
def getFormattedLocalizedDescription(marketing_version, short_commit, human, notes):
return f"""
This is release for:
- version: "{marketing_version}"
- revision: "{short_commit}"
- timestamp: "{human}"
- version: "{marketing_version}"
- revision: "{short_commit}"
- timestamp: "{human}"
Release Notes:
{notes}