mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-27 23:47:39 +01:00
ci: fix indentation in release notes
This commit is contained in:
@@ -165,9 +165,9 @@ def main():
|
|||||||
def getFormattedLocalizedDescription(marketing_version, short_commit, human, notes):
|
def getFormattedLocalizedDescription(marketing_version, short_commit, human, notes):
|
||||||
return f"""
|
return f"""
|
||||||
This is release for:
|
This is release for:
|
||||||
- version: "{marketing_version}"
|
- version: "{marketing_version}"
|
||||||
- revision: "{short_commit}"
|
- revision: "{short_commit}"
|
||||||
- timestamp: "{human}"
|
- timestamp: "{human}"
|
||||||
|
|
||||||
Release Notes:
|
Release Notes:
|
||||||
{notes}
|
{notes}
|
||||||
|
|||||||
Reference in New Issue
Block a user