diff --git a/dist/macos/update_appcast_tip.py b/dist/macos/update_appcast_tip.py index fae10c627..200583e8a 100644 --- a/dist/macos/update_appcast_tip.py +++ b/dist/macos/update_appcast_tip.py @@ -58,6 +58,12 @@ elem.text = "12.0.0" elem = ET.SubElement(item, "description") elem.text = f"""
Automated build from commit {commit}
.
+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 +on GitHub for all changes. +
""" elem = ET.SubElement(item, "enclosure") elem.set("url", f"https://tip.files.ghostty.dev/{build}/ghostty-macos-universal.zip")