mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
macos: update the release notes with link to GH project
This commit is contained in:
6
dist/macos/update_appcast_tip.py
vendored
6
dist/macos/update_appcast_tip.py
vendored
@ -58,6 +58,12 @@ elem.text = "12.0.0"
|
|||||||
elem = ET.SubElement(item, "description")
|
elem = ET.SubElement(item, "description")
|
||||||
elem.text = f"""
|
elem.text = f"""
|
||||||
<p>Automated build from commit <code>{commit}</code>.</p>
|
<p>Automated build from commit <code>{commit}</code>.</p>
|
||||||
|
<p>
|
||||||
|
These are automatic per-commit builds generated from the main Git branch.
|
||||||
|
We do not generate any release notes for these builds. You can view the full
|
||||||
|
commit history
|
||||||
|
<a href="https://github.com/mitchellh/ghostty">on GitHub</a> for all changes.
|
||||||
|
</p>
|
||||||
"""
|
"""
|
||||||
elem = ET.SubElement(item, "enclosure")
|
elem = ET.SubElement(item, "enclosure")
|
||||||
elem.set("url", f"https://tip.files.ghostty.dev/{build}/ghostty-macos-universal.zip")
|
elem.set("url", f"https://tip.files.ghostty.dev/{build}/ghostty-macos-universal.zip")
|
||||||
|
Reference in New Issue
Block a user