Skip to content

Commit 2b3f9be

Browse files
committed
style: fix formatting in release notes script
1 parent 484bbc0 commit 2b3f9be

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/scripts/generate_release_notes.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,10 @@ def main():
103103
### Whats New
104104
{changelog}
105105
106-
📦 Artifacts
107-
LTvLauncher-universal-release.apk: Universal build containing all architectures.
108-
LTvLauncher-armeabi-v7a-release.apk: Optimized build for ARMv7 architectures (older Android TVs & Fire TV sticks).
109-
LTvLauncher-arm64-v8a-release.apk: Optimized build for ARM64 architectures (newer Android TVs & NVIDIA Shield).
106+
#### 📦 Artifacts
107+
* **LTvLauncher-universal-release.apk**: Universal build containing all architectures.
108+
* **LTvLauncher-armeabi-v7a-release.apk**: Optimized build for ARMv7 architectures (older Android TVs & Fire TV sticks).
109+
* **LTvLauncher-arm64-v8a-release.apk**: Optimized build for ARM64 architectures (newer Android TVs & NVIDIA Shield).
110110
"""
111111

112112
with open("release_notes.md", "w") as f:

0 commit comments

Comments
 (0)